Class DmeCombinationInputControl
Namespace: ValveResourceFormat.IO.ContentFormats.DmxModel
Assembly: ValveResourceFormat.dll
One flex controller, naming the morph targets it drives.
[CamelCaseProperties]
public class DmeCombinationInputControl : Element, IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IDictionary, ICollection, IEnumerable, IEquatable<Element>Inheritance
object ← AttributeList ← Element ← DmeCombinationInputControl
Implements
IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IDictionary, ICollection, IEnumerable, IEquatable<Element>
Inherited Members
Element.GetPropertyDerivedAttributeList(), Element.Get<T>(string), Element.GetArray<T>(string), Element.Contains(string), Element.ToString(), Element.ContainsKey(string), Element.Equals(Element?), Element.ID, Element.Name, Element.ClassName, Element.Stub, Element.Owner, Element.this[string], AttributeList.Attribute_ChangeLock, AttributeList.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.Owner, AttributeList.Keys, AttributeList.Values, AttributeList.this[string], AttributeList.this[int], AttributeList.Count, AttributeList.IsFixedSize, AttributeList.IsReadOnly, AttributeList.IsSynchronized, AttributeList.SyncRoot, AttributeList.PropertyChanged, AttributeList.CollectionChanged
Properties
Eyelid
Gets or sets a value indicating whether the control drives eyelid tracking.
public bool Eyelid { get; set; }Property Value
FlexMax
Gets or sets the highest value the control takes.
public float FlexMax { get; set; }Property Value
FlexMin
Gets or sets the lowest value the control takes.
public float FlexMin { get; set; }Property Value
RawControlNames
Gets the morph target names this control drives. A control with two entries is a split control, negative side first.
public StringArray RawControlNames { get; }Property Value
StringArray
Stereo
Gets or sets a value indicating whether the control is split left and right by the balance map.
public bool Stereo { get; set; }Property Value
WrinkleScales
Gets the wrinkle scale of each raw control.
public FloatArray WrinkleScales { get; }Property Value
FloatArray

