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 9: Line 9:
  
 
:{{CSharp|ResourceValue MetallicGlossMap {get; set;} }}
 
:{{CSharp|ResourceValue MetallicGlossMap {get; set;} }}
 +
 +
===Constructors===
 +
:{{CSharp|DOMMaterialMetallic()}}
  
 
===Methods===
 
===Methods===
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 11:51, 12 October 2016

Remarks [edit]

Properties

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

Constructors

DOMMaterialMetallic()

Methods