C# Class movingPlatformBehavior, Project-ROB

Inheritance: MonoBehaviour
Afficher le fichier Open project: spooty89/Project-ROB

Méthodes publiques

Свойство Type Description
enable bool
maintainUp bool
movingPlatform MovingPlatform,
rotateAround bool
rotationSpeed float
speed float
wayPoints List

Méthodes publiques

Méthode Description
Awake ( ) : void
FixedUpdate ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Property Details

enable public_oe property

public bool enable
Résultat bool

maintainUp public_oe property

public bool maintainUp
Résultat bool

movingPlatform public_oe property

public MovingPlatform, movingPlatform
Résultat MovingPlatform,

rotateAround public_oe property

public bool rotateAround
Résultat bool

rotationSpeed public_oe property

public float rotationSpeed
Résultat float

speed public_oe property

public float speed
Résultat float

wayPoints public_oe property

public List wayPoints
Résultat List