Enum CinemachineTriggerAction.ActionSettings.TimeModes
How to interpret the start time
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineTriggerAction.ActionSettings.TimeModes
Fields
Name | Description |
---|---|
AfterNow | Offset after the current timeline time |
BeforeNow | Offset before the current timeline time |
FromEnd | Offset before the end of the timeline |
FromStart | Offset after the start of the timeline |