Class CDmeInputTexture
- Assembly
- ValveResourceFormat.dll
Represents an input texture for compilation.
[HungarianProperties]
public class CDmeInputTexture : 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
ColorSpace
Gets or sets the color space of the input texture.
public string ColorSpace { get; set; }
Property Value
FileName
Gets or sets the file name of the input texture.
public string FileName { get; set; }
Property Value
ImageProcessorArray
Gets the array of image processors to apply.
public ElementArray ImageProcessorArray { get; }
Property Value
- ElementArray
Name
Gets or sets the name of the input texture.
public string Name { get; set; }
Property Value
TypeString
Gets or sets the texture type.
public string TypeString { get; set; }