C# Class RunWithPath, VRDesignLab

Inheritance: MonoBehaviour
Afficher le fichier Open project: VRUX-CO/VRDesignLab Class Usage Examples

Méthodes publiques

Свойство Type Description
Speed float
StartPathId int
TurnPerPoint float
Wheels Transform[]
trackPieces TrackPiece[]

Méthodes publiques

Méthode Description
GetPost ( int _NowPathID ) : void
Update ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Méthode Description
FormAngles ( float OriAngle, float NowAngle ) : float

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

GetPost() public méthode

public GetPost ( int _NowPathID ) : void
_NowPathID int
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Speed public_oe property

public float Speed
Résultat float

StartPathId public_oe property

public int StartPathId
Résultat int

TurnPerPoint public_oe property

public float TurnPerPoint
Résultat float

Wheels public_oe property

public Transform[] Wheels
Résultat Transform[]

trackPieces public_oe property

public TrackPiece[] trackPieces
Résultat TrackPiece[]