C# Class playerCtrl, community-sdk

Inheritance: MonoBehaviour
Show file Open project: Emotiv/community-sdk Class Usage Examples

Public Properties

Property Type Description
cam Camera
countText Text,
logText Text,
speed float

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
SetCountText ( ) : void
Start ( ) : void
engine_EmoStateUpdated ( object sender, EmoStateUpdatedEventArgs, e ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

SetCountText() public method

public SetCountText ( ) : void
return void

Start() public method

public Start ( ) : void
return void

engine_EmoStateUpdated() public method

public engine_EmoStateUpdated ( object sender, EmoStateUpdatedEventArgs, e ) : void
sender object
e EmoStateUpdatedEventArgs,
return void

Property Details

cam public property

public Camera cam
return Camera

countText public property

public Text, countText
return Text,

logText public property

public Text, logText
return Text,

speed public property

public float speed
return float