Enum CinemachineTriggerAction.ActionSettings.TimeMode
How to interpret the start time
Namespace: Cinemachine
Assembly: Cinemachine.dll
Syntax
public enum CinemachineTriggerAction.ActionSettings.TimeMode
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 |