Click or drag to resize

FollowTransform Methods

The FollowTransform type exposes the following members.

Methods
  NameDescription
Public methodFollow
Start following again if stopped.
Public methodFollow(Transform)
Follow a different Transform using the current distance between them.
Public methodFollow(Transform, Single)
Follow a different Transform at a specified distance.
Public methodStop
Stop following.
Top
Extension Methods
  NameDescription
Public Extension MethodDestroy
Destroy the object.
(Defined by UnityObjectExtensions.)
Public Extension MethodDisable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodEnable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodGetBounds

Returns the bounds of the Component.

(Defined by ComponentExtensions.)
Public Extension MethodIsPrefab
Returns whether the Component is a part of a prefab.
(Defined by ComponentExtensions.)
Top
See Also