C# Class PlayScene

Inheritance: EditorWindow
Afficher le fichier Open project: QRayarch/MorningRitual Class Usage Examples

Méthodes publiques

Свойство Type Description
numberSetAdd int
sceneName string
useNumberSet bool

Méthodes publiques

Méthode Description
Awake ( ) : void
LoadScene ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

LoadScene() public méthode

public LoadScene ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

numberSetAdd public_oe property

public int numberSetAdd
Résultat int

sceneName public_oe property

public string sceneName
Résultat string

useNumberSet public_oe property

public bool useNumberSet
Résultat bool