C# 클래스 playerCtrl, community-sdk

상속: MonoBehaviour
파일 보기 프로젝트 열기: Emotiv/community-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cam Camera
countText Text,
logText Text,
speed float

공개 메소드들

메소드 설명
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
SetCountText ( ) : void
Start ( ) : void
engine_EmoStateUpdated ( object sender, EmoStateUpdatedEventArgs, e ) : void

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

SetCountText() 공개 메소드

public SetCountText ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

engine_EmoStateUpdated() 공개 메소드

public engine_EmoStateUpdated ( object sender, EmoStateUpdatedEventArgs, e ) : void
sender object
e EmoStateUpdatedEventArgs,
리턴 void

프로퍼티 상세

cam 공개적으로 프로퍼티

public Camera cam
리턴 Camera

countText 공개적으로 프로퍼티

public Text, countText
리턴 Text,

logText 공개적으로 프로퍼티

public Text, logText
리턴 Text,

speed 공개적으로 프로퍼티

public float speed
리턴 float