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 2: Line 2:
  
 
*'''Inherits class: [[DOMMaterialStandard]]'''
 
*'''Inherits class: [[DOMMaterialStandard]]'''
* This is a leaf node type. This node type cannot have children.
 
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMMaterialMetallic Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMMaterialMetallic Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:DOMMaterialMetallic Remarks|{{:DOMMaterialMetallic Remarks}}|}}
 
{{#ifexist:DOMMaterialMetallic Remarks|{{:DOMMaterialMetallic Remarks}}|}}
Line 24: Line 23:
 
::Constructs a new DOMMaterialMetallic with default settings
 
::Constructs a new DOMMaterialMetallic with default settings
  
:{{CSharp|DOMMaterialMetallic(string title)}}
+
:{{CSharp|DOMMaterialMetallic(DOMObject[] children)}}
 +
::
 +
::Constructs a new DOMMaterialMetallic, adding children at the same time
 +
 
 +
:{{CSharp|DOMMaterialMetallic(string title, DOMObject[] children)}}
 
::
 
::
 
::Constructs a new DOMMaterialMetallic, setting a title and adding children at the same time
 
::Constructs a new DOMMaterialMetallic, setting a title and adding children at the same time
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 12:30, 23 May 2018

Represents a metallic variant of a material based on the Unity Standard Shader

Remarks [edit]

Properties

bool DoubleSided {get; set;}
True if a double-sided shader variant should be used
float Metallic {get; set;}
A value indicating how metalic the material should appear
ResourceValue MetallicGlossMap {get; set;}
A JPG or PNG resource that makes up the Metallic Gloss Map

Constructors

DOMMaterialMetallic()
Constructs a new DOMMaterialMetallic with default settings
DOMMaterialMetallic(DOMObject[] children)
Constructs a new DOMMaterialMetallic, adding children at the same time
DOMMaterialMetallic(string title, DOMObject[] children)
Constructs a new DOMMaterialMetallic, setting a title and adding children at the same time