DOMMaterialStandard

From Virtual World Web Wiki
Revision as of 17:55, 20 February 2017 by Spark5 (Talk | contribs) (Documentation for the DOMMaterialStandard class)

Jump to: navigation, search
  • Inherits class: DOMMaterial
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Properties

ResourceValue BumpMap {get; set;}
float BumpScale {get; set;}
Color32 Color {get; set;}
float Cutoff {get; set;}
ResourceValue DetailAlbedoMap {get; set;}
ResourceValue DetailMask {get; set;}
ResourceValue DetailNormalMap {get; set;}
float DetailNormalMapScale {get; set;}
Color32 EmissionColor {get; set;}
ResourceValue EmissionMap {get; set;}
float EmissionStrength {get; set;}
float Glossiness {get; set;}
ResourceValue MainTex {get; set;}
ResourceValue OcclusionMap {get; set;}
float OcclusionStrength {get; set;}
float Parallax {get; set;}
ResourceValue ParallaxMap {get; set;}
RenderMode RenderingMode {get; set;}
string Shader {get; set;}
MaterialUVSec UVSec {get; set;}

Constructors

DOMMaterialStandard()