Class TrackMediaType
TrackMediaType defines the type of a track. This attribute is obsolete; it will have no effect.
구현
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[AttributeUsage(AttributeTargets.Class)]
[Obsolete("TrackMediaType has been deprecated. It is no longer required, and will be removed in a future release.", false)]
public class TrackMediaType : Attribute, _Attribute
생성자
이름 | 설명 |
---|---|
TrackMediaType(MediaType) | Constructs a MediaType attribute. TrackMediaType is obsolete; it will have no effect. |
필드
이름 | 설명 |
---|---|
m_MediaType | MediaType of a track. TrackMediaType is obsolete; it will have no effect. |