Loading...
Searching...
No Matches
realvirtual.BlendShape Struct Reference
A blend shape. More...
Public Member Functions | |
BlendShape (string shapeName, BlendShapeFrame[] frames) | |
Creates a new blend shape. | |
Public Attributes | |
string | ShapeName |
The name of the blend shape. | |
BlendShapeFrame[] | Frames |
The blend shape frames. | |
Detailed Description
A blend shape.
Constructor & Destructor Documentation
◆ BlendShape()
realvirtual.BlendShape.BlendShape | ( | string | shapeName, |
BlendShapeFrame[] | frames | ||
) |
Creates a new blend shape.
- Parameters
-
shapeName The name of the blend shape. frames The blend shape frames.
Member Data Documentation
◆ Frames
BlendShapeFrame [] realvirtual.BlendShape.Frames |
The blend shape frames.
◆ ShapeName
string realvirtual.BlendShape.ShapeName |
The name of the blend shape.