C# Class TrackPlayer, JuniorProject

Inheritance: MonoBehaviour
Datei anzeigen Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
Target Transform
frontOrBack Vector3
targetDistance float
theCharacterMotor CharacterMotor2,

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Target public_oe property

public Transform Target
return Transform

frontOrBack public_oe property

public Vector3 frontOrBack
return Vector3

targetDistance public_oe property

public float targetDistance
return float

theCharacterMotor public_oe property

public CharacterMotor2, theCharacterMotor
return CharacterMotor2,