C# Class TransformGeometry, dreams

Inheritance: MonoBehaviour
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Свойство Type Description
MovementSpeed float
TransformTarget Transform[]
isPathLooping bool
targetIndex int
triggered bool

Méthodes publiques

Méthode Description
CheckPosition ( int WaypointID ) : bool
IsTriggered ( ) : bool
Reset ( ) : void
Start ( ) : void
Trigger ( ) : void
Update ( ) : void

Private Methods

Méthode Description
TransformObject ( ) : void

Method Details

CheckPosition() public méthode

public CheckPosition ( int WaypointID ) : bool
WaypointID int
Résultat bool

IsTriggered() public méthode

public IsTriggered ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Trigger() public méthode

public Trigger ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

MovementSpeed public_oe property

public float MovementSpeed
Résultat float

TransformTarget public_oe property

public Transform[] TransformTarget
Résultat Transform[]

isPathLooping public_oe property

public bool isPathLooping
Résultat bool

targetIndex public_oe property

public int targetIndex
Résultat int

triggered public_oe property

public bool triggered
Résultat bool