C# Class UniGLTF.gltfMorphTarget

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

Public Properties

Property Type Description
NORMAL int
POSITION int
TANGENT int

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

NORMAL public property

public int NORMAL
return int

POSITION public property

public int POSITION
return int

TANGENT public property

public int TANGENT
return int