Interface IMyModelDummy
Namespace: VRage.Game.ModAPI
Assembly: VRage.Render.dll
Syntax
public interface IMyModelDummy
Properties
CustomData
Declaration
IReadOnlyDictionary<string, object> CustomData { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object> |
Matrix
Declaration
Matrix Matrix { get; }
Property Value
| Type | Description |
|---|---|
| Matrix |
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |