Difference between revisions of "DOMMaterialMetallic"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMMaterialMetallic class)
(Documentation for the DOMMaterialMetallic class)
Line 7: Line 7:
 
:{{CSharp|bool DoubleSided {get; set;} }}
 
:{{CSharp|bool DoubleSided {get; set;} }}
  
:{{CSharp|Single Metallic {get; set;} }}
+
:{{CSharp|float Metallic {get; set;} }}
  
 
:{{CSharp|ResourceValue MetallicGlossMap {get; set;} }}
 
:{{CSharp|ResourceValue MetallicGlossMap {get; set;} }}

Revision as of 17:55, 20 February 2017

  • Inherits class: DOMMaterialStandard
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Properties

bool DoubleSided {get; set;}
float Metallic {get; set;}
ResourceValue MetallicGlossMap {get; set;}

Constructors

DOMMaterialMetallic()