C# Class ChangeMaterialOnGrab

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
changingObject Renderer
grabbedMaterial Material

Public Methods

Method Description
OnGrab ( ) : void
OnRelease ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGrab() public method

public OnGrab ( ) : void
return void

OnRelease() public method

public OnRelease ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

changingObject public property

public Renderer changingObject
return Renderer

grabbedMaterial public property

public Material grabbedMaterial
return Material