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

Public Member Functions

 LineMaterial ()
 
override void CopyPropertiesFrom (BaseMaterial src)
 

Properties

ITexture MainTexture [get, set]
 
float StartWidth [get, set]
 
float EndWidth [get, set]
 
Color StartColor [get, set]
 
Color EndColor [get, set]
 
- Properties inherited from Chunks.Graphics.BaseMaterial
Color Color [get, set]
 Color tint to apply. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Chunks.Graphics.BaseMaterial
static BaseMaterial Clone (BaseMaterial orig)
 
- Protected Member Functions inherited from Chunks.Graphics.BaseMaterial
 BaseMaterial ()
 
void Invalidate ()
 Informs any models using this material that the material has changed. More...
 

Constructor & Destructor Documentation

Chunks.Graphics.LineMaterial.LineMaterial ( )

Member Function Documentation

override void Chunks.Graphics.LineMaterial.CopyPropertiesFrom ( BaseMaterial  src)
virtual

Reimplemented from Chunks.Graphics.BaseMaterial.

Property Documentation

Color Chunks.Graphics.LineMaterial.EndColor
getset
float Chunks.Graphics.LineMaterial.EndWidth
getset
ITexture Chunks.Graphics.LineMaterial.MainTexture
getset
Color Chunks.Graphics.LineMaterial.StartColor
getset
float Chunks.Graphics.LineMaterial.StartWidth
getset

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