C# Class UniGLTF.glTFPbrMetallicRoughness

Inheritance: IJsonSerializable
显示文件 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_oe property

public glTFTextureInfo,UniGLTF baseColorTexture
return glTFTextureInfo

extensions public_oe property

public object extensions
return object

extras public_oe property

public object extras
return object

metallicRoughnessTexture public_oe property

public glTFTextureInfo,UniGLTF metallicRoughnessTexture
return glTFTextureInfo