Class MaterialValue.Collection
MaterialValue.Collection class
public sealed class Collection : IReadOnlyDictionary<KnownProperty, MaterialValue>
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ContainsKey(KnownProperty) | |
| CopyTo(Collection) | |
| GetEnumerator() | |
| override GetHashCode() | |
| Reset() | |
| TryGetValue(KnownProperty, out MaterialValue) | |
| static AreEqual(Collection, Collection) |
See Also
- enum KnownProperty
- struct MaterialValue
- namespace Aspose.CAD.FileFormats.GLB.Materials
- assembly Aspose.CAD