C# Class TiaraFramework.Component.Attach

ファイルを表示 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_oe property

public bool IsAlpha
return bool

IsColor public_oe property

public bool IsColor
return bool

IsPosition public_oe property

public bool IsPosition
return bool

IsRotation public_oe property

public bool IsRotation
return bool