C# Class ShellShock.DynamicWallScript

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: GREEDYHD/ShellShock Class Usage Examples

Méthodes publiques

Свойство Type Description
repeatTime float
wallManager DynamicWallManager

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
WallChange ( ) : void
WallsDown ( ) : void
WallsUp ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WallChange() public méthode

public WallChange ( ) : void
Résultat void

WallsDown() public méthode

public WallsDown ( ) : void
Résultat void

WallsUp() public méthode

public WallsUp ( ) : void
Résultat void

Property Details

repeatTime public_oe property

public float repeatTime
Résultat float

wallManager public_oe property

public DynamicWallManager,ShellShock wallManager
Résultat DynamicWallManager