C# Class SmoothFollowCS, Cubes-in-Space

Inheritance: MonoBehaviour
Show file Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Public Properties

Property Type Description
arriving bool
startLocation Vector3
target Transform
targetLocation Vector3
targetNormal Vector3

Public Methods

Method Description
LateUpdate ( ) : void
reset ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

reset() public method

public reset ( ) : void
return void

Property Details

arriving public property

public bool arriving
return bool

startLocation public property

public Vector3 startLocation
return Vector3

target public property

public Transform target
return Transform

targetLocation public property

public Vector3 targetLocation
return Vector3

targetNormal public property

public Vector3 targetNormal
return Vector3