C# Class ParabolicBird, Lurk2015Testing

Inheritance: MonoBehaviour
Afficher le fichier Open project: gmuGADIG/Lurk2015Testing

Méthodes publiques

Свойство Type Description
activateOnAwake bool
pathTransform Transform
speed float
start float

Méthodes publiques

Méthode Description
Activate ( ) : void
Awake ( ) : void
OnDrawGizmos ( ) : void
Update ( ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

activateOnAwake public_oe property

public bool activateOnAwake
Résultat bool

pathTransform public_oe property

public Transform pathTransform
Résultat Transform

speed public_oe property

public float speed
Résultat float

start public_oe property

public float start
Résultat float