C# Class IntState, K10

Inheritance: INumericValueState, ISerializationCallbackReceiver
Afficher le fichier Open project: k10czar/K10 Class Usage Examples

Méthodes publiques

Méthode Description
Get ( ) : int
Increment ( value = 1 ) : void
IntState ( initialValue = default(int) ) : UnityEngine
MinusOne ( ) : void
PlusOne ( ) : void
Setter ( value ) : void
ToString ( ) : string

Private Methods

Méthode Description
ISerializationCallbackReceiver ( ) : void
Init ( ) : void

Method Details

Get() public méthode

public Get ( ) : int
Résultat int

Increment() public méthode

public Increment ( value = 1 ) : void
Résultat void

IntState() public méthode

public IntState ( initialValue = default(int) ) : UnityEngine
Résultat UnityEngine

MinusOne() public méthode

public MinusOne ( ) : void
Résultat void

PlusOne() public méthode

public PlusOne ( ) : void
Résultat void

Setter() public méthode

public Setter ( value ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string