C# Class Hunt, Obsolete

Inheritance: iThinkLibrary.iThinkAction
Show file Open project: Orihaus/Obsolete Class Usage Examples

Public Properties

Property Type Description
ForwardDirection Vector3
Speed float
StopDistance float
Target Transform

Public Methods

Method Description
FixedUpdate ( ) : void

Private Methods

Method Description
RayTest ( Vector3 rayDirection, float distance ) : bool

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Property Details

ForwardDirection public property

public Vector3 ForwardDirection
return Vector3

Speed public property

public float Speed
return float

StopDistance public property

public float StopDistance
return float

Target public property

public Transform Target
return Transform