C# 클래스 ATPproperties, 2015-Fall

상속: MonoBehaviour
파일 보기 프로젝트 열기: BioRubeBotProject/2015-Fall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActiveColor Color
NonActiveColor Color
allowMovement bool
isActive bool
rotation Quaternion
rotationalDegrees float
spin bool

공개 메소드들

메소드 설명
changeState ( bool message ) : void
dropOff ( string name ) : void

비공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

changeState() 공개 메소드

public changeState ( bool message ) : void
message bool
리턴 void

dropOff() 공개 메소드

public dropOff ( string name ) : void
name string
리턴 void

프로퍼티 상세

ActiveColor 공개적으로 프로퍼티

public Color ActiveColor
리턴 Color

NonActiveColor 공개적으로 프로퍼티

public Color NonActiveColor
리턴 Color

allowMovement 공개적으로 프로퍼티

public bool allowMovement
리턴 bool

isActive 공개적으로 프로퍼티

public bool isActive
리턴 bool

rotation 공개적으로 프로퍼티

public Quaternion rotation
리턴 Quaternion

rotationalDegrees 공개적으로 프로퍼티

public float rotationalDegrees
리턴 float

spin 공개적으로 프로퍼티

public bool spin
리턴 bool