C# Class grab, IronicWizard

Inheritance: MonoBehaviour
Datei anzeigen Open project: mugwhump/IronicWizard

Public Properties

Property Type Description
outlineShader Shader

Public Methods

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

Method Details

ChooseClosest() public method

public ChooseClosest ( ) : void
return void

OnTriggerEnter() public method

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

OnTriggerExit() public method

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

OnTriggerStay() public method

public OnTriggerStay ( 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

outlineShader public_oe property

public Shader outlineShader
return Shader