Interface IRigSyncSceneToStreamData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IRigSyncSceneToStreamData
Properties
rigStates
Declaration
bool[] rigStates { get; }
Property Value
| Type | Description |
|---|---|
| Boolean[] |
syncableProperties
Declaration
SyncableProperties[] syncableProperties { get; }
Property Value
| Type | Description |
|---|---|
| SyncableProperties[] |
syncableTransforms
Declaration
Transform[] syncableTransforms { get; }
Property Value
| Type | Description |
|---|---|
| Transform[] |