Class CameraFollowObject
Class CameraFollowObject.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
[ExecuteInEditMode]
[Serializable]
public class CameraFollowObject : MonoBehaviour
Properties
follow
Gets or sets the follow.
Declaration
public GameObject follow { get; set; }
Property Value
Type | Description |
---|---|
GameObject | The follow. |
Methods
Set_BoundingBoxCenter(Boolean)
Sets the bounding box center.
Declaration
public void Set_BoundingBoxCenter(bool enable)
Parameters
Type | Name | Description |
---|---|---|
Boolean | enable | if set to |