C# Class mmm.CameraFollow

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: momo-the-monster/workshop-trails

Public Properties

Property Type Description
offset UnityEngine.Vector3
speed float
target UnityEngine.Transform
useCurrentOffset bool

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

offset public_oe property

public Vector3,UnityEngine offset
return UnityEngine.Vector3

speed public_oe property

public float speed
return float

target public_oe property

public Transform,UnityEngine target
return UnityEngine.Transform

useCurrentOffset public_oe property

public bool useCurrentOffset
return bool