Class MorphTarget
Morph target (blend shape)
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public class MorphTarget
Fields
NORMAL
Vertex normal deviation accessor index.
Declaration
public int NORMAL
Field Value
Type | Description |
---|---|
int |
POSITION
Vertex position deviation accessor index.
Declaration
public int POSITION
Field Value
Type | Description |
---|---|
int |
TANGENT
Vertex tangent deviation accessor index.
Declaration
public int TANGENT
Field Value
Type | Description |
---|---|
int |
Methods
Equals(object)
Determines whether two object instances are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | A hash code for the current object. |