C# Class RigidbodyFollow, nyu_studio_fall2015

Inheritance: MonoBehaviour
Show file Open project: radiatoryang/nyu_studio_fall2015 Class Usage Examples

Public Properties

Property Type Description
followThis Transform

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

followThis public property

public Transform followThis
return Transform