Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Protected Member Functions | Properties | List of all members
Chunks.Graphics.CursorRenderer Class Reference
Inheritance diagram for Chunks.Graphics.CursorRenderer:
Chunks.Graphics.ModelRenderer

Public Member Functions

 CursorRenderer ()
 

Protected Member Functions

override void OnInitialize ()
 Called only once, when the component is first attached to an entity and is ready to add or retrieve other components. More...
 
- Protected Member Functions inherited from Chunks.Graphics.ModelRenderer
override void OnInitialize ()
 Called only once, when the component is first attached to an entity and is ready to add or retrieve other components. More...
 
override void OnDestroy ()
 Called when this component is removed, or the parent entity is destroyed. More...
 
override void OnEnable ()
 Called each time this component goes from being disabled to enabled. More...
 
override void OnDisable ()
 Called each time this component goes from being enabled to disabled. More...
 

Properties

new CursorMaterial Material [get, set]
 
- Properties inherited from Chunks.Graphics.ModelRenderer
Model Model [get, set]
 The current Model to render. More...
 
BaseMaterial Material [get, set]
 The current Material to use when rendering. More...
 

Constructor & Destructor Documentation

Chunks.Graphics.CursorRenderer.CursorRenderer ( )

Member Function Documentation

override void Chunks.Graphics.CursorRenderer.OnInitialize ( )
protected

Called only once, when the component is first attached to an entity and is ready to add or retrieve other components.

Property Documentation

new CursorMaterial Chunks.Graphics.CursorRenderer.Material
getset

The documentation for this class was generated from the following file: