C# Class FollowX, Zombayo

Inheritance: MonoBehaviour
Show file Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
offset float
target Transform

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

follow() public method

public follow ( ) : void
return void

Property Details

offset public property

public float offset
return float

target public property

public Transform target
return Transform