Class DmeChannel
- Assembly
- ValveResourceFormat.dll
Represents an animation channel connecting source and target elements.
[CamelCaseProperties]
public class DmeChannel : 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
FromAttribute
Gets or sets the source attribute name.
public string FromAttribute { get; set; }
Property Value
FromElement
Gets or sets the source element.
public Element FromElement { get; set; }
Property Value
- Element
FromIndex
Gets or sets the source index.
public int FromIndex { get; set; }
Property Value
Log
Gets or sets the animation log data.
public Element Log { get; set; }
Property Value
- Element
Mode
Gets or sets the channel mode.
public int Mode { get; set; }
Property Value
ToAttribute
Gets or sets the target attribute name.
public string ToAttribute { get; set; }
Property Value
ToElement
Gets or sets the target element.
public Element ToElement { get; set; }
Property Value
- Element
ToIndex
Gets or sets the target index.
public int ToIndex { get; set; }