C# Class UniGLTF.glTFPbrMetallicRoughness

Inheritance: IJsonSerializable
Show file Open project: sotanmochi/VRMLiveMotionStreamer Class Usage Examples

Public Properties

Property Type Description
baseColorTexture glTFTextureInfo
extensions object
extras object
metallicRoughnessTexture glTFTextureInfo

Protected Methods

Method Description
SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void

Method Details

SerializeMembers() protected method

protected SerializeMembers ( UniGLTF.GLTFJsonFormatter f ) : void
f UniGLTF.GLTFJsonFormatter
return void

Property Details

baseColorTexture public property

public glTFTextureInfo,UniGLTF baseColorTexture
return glTFTextureInfo

extensions public property

public object extensions
return object

extras public property

public object extras
return object

metallicRoughnessTexture public property

public glTFTextureInfo,UniGLTF metallicRoughnessTexture
return glTFTextureInfo