Class DmeLogLayer<T>
- Assembly
- ValveResourceFormat.dll
Represents a layer of keyframe data in an animation log.
[CamelCaseProperties]
public class DmeLogLayer<T> : DmeTypedLog<T>, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IDictionary, ICollection, IEnumerable, IEquatable<Element>
Type Parameters
T
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
Constructors
DmeLogLayer()
Initializes a new instance of the ValveResourceFormat.IO.ContentFormats.DmxModel.DmeLogLayer`1 class.
public DmeLogLayer()
Properties
CurveTypes
Gets the curve interpolation types for each keyframe.
[DMProperty("curvetypes", false)]
public IntArray CurveTypes { get; }
Property Value
- IntArray
LayerValues
Gets or sets the keyframe values.
[DMProperty("values", false)]
public T[] LayerValues { get; set; }
Property Value
- T[]
Times
Gets or sets the keyframe times.
public TimeSpanArray Times { get; set; }
Property Value
- TimeSpanArray
Methods
IsLayerZero()
Checks if this layer only contains default/zero values.
public bool IsLayerZero()