Space Engineers
Properties | List of all members
Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter Interface Reference
Inheritance diagram for Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter:
Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter

Properties

float Mass [get]
 
float Volume [get]
 
bool HasIntegralAmounts [get]
 
MyFixedPoint MaxStackAmount [get]
 
string DisplayNameText [get]
 
string[] Icons [get]
 
MyStringId IconSymbol [get]
 

Detailed Description

Definition at line 6 of file IMyInventoryItemAdapter.cs.

Property Documentation

string Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.DisplayNameText
get

Definition at line 12 of file IMyInventoryItemAdapter.cs.

bool Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.HasIntegralAmounts
get

Definition at line 10 of file IMyInventoryItemAdapter.cs.

string [] Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.Icons
get

Definition at line 13 of file IMyInventoryItemAdapter.cs.

MyStringId Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.IconSymbol
get

Definition at line 14 of file IMyInventoryItemAdapter.cs.

float Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.Mass
get

Definition at line 8 of file IMyInventoryItemAdapter.cs.

MyFixedPoint Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.MaxStackAmount
get

Definition at line 11 of file IMyInventoryItemAdapter.cs.

float Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter.Volume
get

Definition at line 9 of file IMyInventoryItemAdapter.cs.


The documentation for this interface was generated from the following file: