C# Class SmoothFollowCS, Cubes-in-Space

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool arriving
return bool

startLocation public_oe property

public Vector3 startLocation
return Vector3

target public_oe property

public Transform target
return Transform

targetLocation public_oe property

public Vector3 targetLocation
return Vector3

targetNormal public_oe property

public Vector3 targetNormal
return Vector3