Class DmeChannelsClip
- Assembly
- ValveResourceFormat.dll
Represents an animation clip with channels.
[CamelCaseProperties]
public class DmeChannelsClip : Element, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IDictionary, ICollection, IEnumerable, IEquatable<Element>
Inheritance
-
AttributeListElement
Implements
Inherited Members
-
Element.GetPropertyDerivedAttributeList()Element.Get<T>(string)Element.GetArray<T>(string)Element.Contains(string)Element.ToString()Element.ContainsKey(string)Element.Equals(Element?)Element.IDElement.NameElement.ClassNameElement.StubElement.OwnerElement.this[string]AttributeList.Attribute_ChangeLockAttributeList.Add(string, object?)AttributeList.GetPropertyDerivedAttributeList()AttributeList.GetOverrideType(string)AttributeList.SetOverrideType(string, AttributeList.OverrideType?)AttributeList.Remove(string)AttributeList.TryGetValue(string, out object?)AttributeList.ContainsKey(string)AttributeList.RemoveAt(int)AttributeList.IndexOf(string)AttributeList.Clear()AttributeList.GetAllAttributesForSerialization()AttributeList.GetEnumerator()AttributeList.OnPropertyChanged(string)AttributeList.OnCollectionChanged(NotifyCollectionChangedEventArgs)AttributeList.OwnerAttributeList.KeysAttributeList.ValuesAttributeList.this[string]AttributeList.this[int]AttributeList.CountAttributeList.IsFixedSizeAttributeList.IsReadOnlyAttributeList.IsSynchronizedAttributeList.SyncRootAttributeList.PropertyChangedAttributeList.CollectionChanged
Properties
Channels
Gets the animation channels.
public ElementArray Channels { get; }
Property Value
- ElementArray
Color
Gets or sets the color for display purposes.
public Color Color { get; set; }
Property Value
- Color
DisplayScale
Gets or sets the display scale.
public float DisplayScale { get; set; }
Property Value
FrameRate
Gets or sets the frame rate in frames per second.
public float FrameRate { get; set; }
Property Value
Mute
Gets or sets a value indicating whether the clip is muted.
public bool Mute { get; set; }
Property Value
Text
Gets or sets the text description.
public string Text { get; set; }
Property Value
TimeFrame
Gets the time frame of the clip.
public DmeTimeFrame TimeFrame { get; }
Property Value
TrackGroups
Gets the track groups.
public ElementArray TrackGroups { get; }
Property Value
- ElementArray