|
Modelmat_guid2ind_ Field
|
maps material guids to material indexes.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax[NonSerializedAttribute]
protected Dictionary<Guid, int> mat_guid2ind_
<NonSerializedAttribute>
Protected mat_guid2ind_ As Dictionary(Of Guid, Integer)
protected:
[NonSerializedAttribute]
Dictionary<Guid, int>^ mat_guid2ind_
[<NonSerializedAttribute>]
val mutable mat_guid2ind_: Dictionary<Guid, int>
Field Value
Type:
DictionaryGuid,
Int32
See Also