Enum TimelineAsset.MediaType
Enum to specify the type of a track. This enum is obsolete.
Namespace: UnityEngine .Timeline
Assembly: Unity.Timeline.dll
Syntax
[Obsolete("MediaType has been deprecated. It is no longer required, and will be removed in a future release.", false)]
public enum TimelineAsset.MediaType
Fields
Name | Description |
---|---|
Animation | Specifies that a track is used for animation.
Timeline |
Audio | Specifies that a track is used for audio.
Timeline |
Group | Specifies that a track is used for a group.
Timeline |
Hybrid | Specifies that a track is used for multiple media types.
Timeline |
Script | Specifies that a track is used for scripting.
Timeline |
Texture | Specifies that a track is used for a texture.
Timeline |
Video | Specifies that a track is used for video.
Timeline |