Method GetAllExtraStates
GetAllExtraStates<T>(List<T>)
Get all extra state info for all vcams.
Declaration
protected void GetAllExtraStates<T>(List<T> list) where T : CinemachineExtension.VcamExtraStateBase, new()
Parameters
| Type | Name | Description |
|---|---|---|
| List<T> | list | The list that will get populated with the extra states. |
Type Parameters
| Name | Description |
|---|---|
| T | The extra state type |