Class TimelineProjectSettings
Store the settings for Timeline that will be stored with the Unity Project.
Inherited Members
Namespace: Global Namespace
Syntax
public class TimelineProjectSettings : ScriptableSingleton<TimelineProjectSettings>
Fields
assetDefaultFramerate
Define the default framerate when a Timeline asset is created.
Declaration
[SerializeField]
public float assetDefaultFramerate
Field Value
Type | Description |
---|---|
Single |
Methods
Save()
Save the timeline project settings file in the project directory.
Declaration
public void Save()