CinemachineExtension.GetAllExtraStates(T) Method

Cinemachine

CinemachineExtensionGetAllExtraStatesT Method

Ineffeicient method to get all extra state infor for all vcams. Intended for Editor use only, not runtime!

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected List<T> GetAllExtraStates<T>()
where T : class, new()
JavaScript does not support generic types or methods.

Type Parameters

T

Return Value

Type: ListT

[Missing <returns> documentation for "M:Cinemachine.CinemachineExtension.GetAllExtraStates``1"]

See Also