C# Class BlockWayMechanic, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2

Méthodes publiques

Свойство Type Description
actionSpeed float
activatedB bool
distTillStop float
moveToPos Transform
objectToMove Transform

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

actionSpeed public_oe property

public float actionSpeed
Résultat float

activatedB public_oe property

public bool activatedB
Résultat bool

distTillStop public_oe property

public float distTillStop
Résultat float

moveToPos public_oe property

public Transform moveToPos
Résultat Transform

objectToMove public_oe property

public Transform objectToMove
Résultat Transform