C# Class SinglePlayer.TurnOnPostRenderer

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier

Méthodes publiques

Свойство Type Description
isInitialized bool
postRenderer Common.PostRenderer

Méthodes publiques

Méthode Description
Start ( ) : void
TurnOnSelectionBox ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

TurnOnSelectionBox() public méthode

public TurnOnSelectionBox ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

isInitialized public_oe property

public bool isInitialized
Résultat bool

postRenderer public_oe property

public PostRenderer,Common postRenderer
Résultat Common.PostRenderer