C# Class LeapImageBasedMaterial

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
imageMode ImageMode

Protected Properties

Property Type Description
cameraAlignment LeapCameraAlignment,

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

cameraAlignment protected property

protected LeapCameraAlignment, cameraAlignment
return LeapCameraAlignment,

imageMode public property

public ImageMode imageMode
return ImageMode