C# Class ExtendBehaviour, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Méthodes publiques

Свойство Type Description
dextend bool
direction float
x bool

Méthodes publiques

Méthode Description
Deactivate ( ) : void
Resume ( float f ) : void
Return ( ) : void
SetPause ( bool bl ) : void
Start ( ) : void
Update ( ) : void

Method Details

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Resume() public méthode

public Resume ( float f ) : void
f float
Résultat void

Return() public méthode

public Return ( ) : void
Résultat void

SetPause() public méthode

public SetPause ( bool bl ) : void
bl bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

dextend public_oe property

public bool dextend
Résultat bool

direction public_oe property

public float direction
Résultat float

x public_oe property

public bool x
Résultat bool