Struct BlendShapeFrame
Namespace: Unity.Tiny.Rendering
Syntax
public struct BlendShapeFrame
Fields
HasNormals
Declaration
public bool HasNormals
Field Value
| Type | Description |
|---|---|
| Boolean |
HasTangents
Declaration
public bool HasTangents
Field Value
| Type | Description |
|---|---|
| Boolean |
VerticesNormal
Declaration
public BlobArray<BlendShapeVertexNormal> VerticesNormal
Field Value
| Type | Description |
|---|---|
| BlobArray<BlendShapeVertexNormal> |
VerticesPosition
Declaration
public BlobArray<BlendShapeVertexPosition> VerticesPosition
Field Value
| Type | Description |
|---|---|
| BlobArray<BlendShapeVertexPosition> |
VerticesTangent
Declaration
public BlobArray<BlendShapeVertexTangent> VerticesTangent
Field Value
| Type | Description |
|---|---|
| BlobArray<BlendShapeVertexTangent> |
Weight
Declaration
public float Weight
Field Value
| Type | Description |
|---|---|
| Single |