C# Class UIObject

Inheritance: System.Object, IPositionable
显示文件 Open project: SamNChiet/KinectVR-Hackathon Class Usage Examples

Public Properties

Property Type Description
handInObject bool
leftHandJustClosed bool
viewer BodyView,

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

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

OnTriggerExit() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

handInObject public_oe property

public bool handInObject
return bool

leftHandJustClosed public_oe property

public bool leftHandJustClosed
return bool

viewer public_oe property

public BodyView, viewer
return BodyView,