C# 클래스 TiaraFramework.Component.Attach

파일 보기 프로젝트 열기: TiaraGames/TiaraFramework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsAlpha bool
IsColor bool
IsPosition bool
IsRotation bool

공개 메소드들

메소드 설명
Attach ( bool isAttach ) : System
Attach ( bool position, bool rotation, bool color, bool alpha ) : System

메소드 상세

Attach() 공개 메소드

public Attach ( bool isAttach ) : System
isAttach bool
리턴 System

Attach() 공개 메소드

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

프로퍼티 상세

IsAlpha 공개적으로 프로퍼티

public bool IsAlpha
리턴 bool

IsColor 공개적으로 프로퍼티

public bool IsColor
리턴 bool

IsPosition 공개적으로 프로퍼티

public bool IsPosition
리턴 bool

IsRotation 공개적으로 프로퍼티

public bool IsRotation
리턴 bool