Property | Type | Description | |
---|---|---|---|
Name | string | ||
alphaCutoff | float | ||
alphaMode | AlphaMode | ||
availableAttachments | AttachmentType | ||
availableAttachments1 | AttachmentType | ||
baseColorFactor | Vector4 | ||
baseColorTexture | Int32 | ||
emissiveFactor | Vector4 | ||
emissiveTexture | Int32 | ||
metallicFactor | float | ||
metallicRoughness | bool | ||
metallicRoughnessTexture | Int32 | ||
normalTexture | Int32 | ||
occlusionTexture | Int32 | ||
roughnessFactor | float | ||
specularGlossiness | bool | ||
workflow | Workflow |
Method | Description | |
---|---|---|
Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System |
public Material ( Int32 _baseColorTexture = -1, Int32 _metallicRoughnessTexture = -1, Int32 _normalTexture = -1, Int32 _occlusionTexture = -1 ) : System | ||
_baseColorTexture | Int32 | |
_metallicRoughnessTexture | Int32 | |
_normalTexture | Int32 | |
_occlusionTexture | Int32 | |
return | System |
public AttachmentType availableAttachments | ||
return | AttachmentType |
public AttachmentType availableAttachments1 | ||
return | AttachmentType |