C# Class TiaraFramework.Component.Attach

Show file Open project: TiaraGames/TiaraFramework Class Usage Examples

Public Properties

Property Type Description
IsAlpha bool
IsColor bool
IsPosition bool
IsRotation bool

Public Methods

Method Description
Attach ( bool isAttach ) : System
Attach ( bool position, bool rotation, bool color, bool alpha ) : System

Method Details

Attach() public method

public Attach ( bool isAttach ) : System
isAttach bool
return System

Attach() public method

public Attach ( bool position, bool rotation, bool color, bool alpha ) : System
position bool
rotation bool
color bool
alpha bool
return System

Property Details

IsAlpha public property

public bool IsAlpha
return bool

IsColor public property

public bool IsColor
return bool

IsPosition public property

public bool IsPosition
return bool

IsRotation public property

public bool IsRotation
return bool