Struct RigEffectorData.Style
The effector visual style.
Namespace: UnityEngine.Animations.Rigging
Syntax
[Serializable]
public struct Style
Fields
color
The effector main color.
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
position
The position offset applied to the effector.
Declaration
public Vector3 position
Field Value
Type | Description |
---|---|
Vector3 |
rotation
The rotation offset applied to the effector.
Declaration
public Vector3 rotation
Field Value
Type | Description |
---|---|
Vector3 |
shape
The effector shape. This is represented by a Mesh.
Declaration
public Mesh shape
Field Value
Type | Description |
---|---|
Mesh |
size
The
Declaration
public float size
Field Value
Type | Description |
---|---|
Single |