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