C# Class CharacterObservableExtensions, Augmented_Tactics

Afficher le fichier Open project: Kavignon/Augmented_Tactics

Méthodes publiques

Méthode Description
ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable,
IsNull ( this obs ) : bool
IsOfTypeSniper ( this obs ) : bool
IsOfTypeThief ( this obs ) : bool
IsOfTypeWarrior ( this obs ) : bool
IsOfTypeWizard ( this obs ) : bool
IsSubClassOfType ( this obs ) : bool
IsSubClassOfType ( this obs, Type parentType ) : bool

Method Details

ConvertAbstractToConcreteSniper() public static méthode

public static ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable,
observable this
Résultat CharacterObservable,

IsNull() public static méthode

public static IsNull ( this obs ) : bool
obs this
Résultat bool

IsOfTypeSniper() public static méthode

public static IsOfTypeSniper ( this obs ) : bool
obs this
Résultat bool

IsOfTypeThief() public static méthode

public static IsOfTypeThief ( this obs ) : bool
obs this
Résultat bool

IsOfTypeWarrior() public static méthode

public static IsOfTypeWarrior ( this obs ) : bool
obs this
Résultat bool

IsOfTypeWizard() public static méthode

public static IsOfTypeWizard ( this obs ) : bool
obs this
Résultat bool

IsSubClassOfType() public static méthode

public static IsSubClassOfType ( this obs ) : bool
obs this
Résultat bool

IsSubClassOfType() public static méthode

public static IsSubClassOfType ( this obs, Type parentType ) : bool
obs this
parentType Type
Résultat bool