C# Class TiaraFramework.Component.Attach

Afficher le fichier Open project: TiaraGames/TiaraFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
IsAlpha bool
IsColor bool
IsPosition bool
IsRotation bool

Méthodes publiques

Méthode Description
Attach ( bool isAttach ) : System
Attach ( bool position, bool rotation, bool color, bool alpha ) : System

Method Details

Attach() public méthode

public Attach ( bool isAttach ) : System
isAttach bool
Résultat System

Attach() public méthode

public Attach ( bool position, bool rotation, bool color, bool alpha ) : System
position bool
rotation bool
color bool
alpha bool
Résultat System

Property Details

IsAlpha public_oe property

public bool IsAlpha
Résultat bool

IsColor public_oe property

public bool IsColor
Résultat bool

IsPosition public_oe property

public bool IsPosition
Résultat bool

IsRotation public_oe property

public bool IsRotation
Résultat bool