Chunks
Moddable voxel sandbox for room-scale VR.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
Chunks.Graphics.BaseMaterial Class Reference

Provides information for how to render a Model. More...

Inheritance diagram for Chunks.Graphics.BaseMaterial:
Chunks.Graphics.BlockMaterial Chunks.Graphics.CursorMaterial Chunks.Graphics.IconMaterial Chunks.Graphics.LayeredMaterial Chunks.Graphics.LineMaterial Chunks.Graphics.ScreenMaterial Chunks.Graphics.StandardMaterial Chunks.Graphics.PreviewBlockMaterial Chunks.Graphics.TransparentBlockMaterial Chunks.Graphics.CutoutStandardMaterial Chunks.Graphics.TransparentStandardMaterial

Public Member Functions

virtual void CopyPropertiesFrom (BaseMaterial src)
 

Static Public Member Functions

static BaseMaterial Clone (BaseMaterial orig)
 

Protected Member Functions

 BaseMaterial ()
 
void Invalidate ()
 Informs any models using this material that the material has changed. More...
 

Properties

Color Color [get, set]
 Color tint to apply. More...
 

Detailed Description

Provides information for how to render a Model.

Constructor & Destructor Documentation

Chunks.Graphics.BaseMaterial.BaseMaterial ( )
protected

Member Function Documentation

static BaseMaterial Chunks.Graphics.BaseMaterial.Clone ( BaseMaterial  orig)
static
virtual void Chunks.Graphics.BaseMaterial.CopyPropertiesFrom ( BaseMaterial  src)
virtual
void Chunks.Graphics.BaseMaterial.Invalidate ( )
protected

Informs any models using this material that the material has changed.

Property Documentation

Color Chunks.Graphics.BaseMaterial.Color
getset

Color tint to apply.


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