Class MaterialValue.Collection

MaterialValue.Collection class

public sealed class Collection : IReadOnlyDictionary<KnownProperty, MaterialValue>

Properties

NameDescription
CombinedVector { get; set; }Combines multiple properties into a single Vector4 (as long as the combined number of floats is 4 or less)
Count { get; }
Item { get; set; }(2 indexers)
Keys { get; }
Values { get; }

Methods

NameDescription
ContainsKey(KnownProperty)
CopyTo(Collection)
GetEnumerator()
override GetHashCode()
Reset()
TryGetValue(KnownProperty, out MaterialValue)
static AreEqual(Collection, Collection)

See Also