Enum CinemachineTriggerAction.ActionSettings.TimeMode
How to interpret the start time
Namespace: Cinemachine
Syntax
public enum TimeMode : int
Fields
Name | Description | Value |
---|---|---|
FromStart | Offset after the start of the timeline |
0 |
FromEnd | Offset before the end of the timeline |
1 |
BeforeNow | Offset before the current timeline time |
2 |
AfterNow | Offset after the current timeline time |
3 |