MyAPIGatewayEntities Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
IMyEntities represents all objects that currently in world
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IMyEntities Entities { get; set; }
Public Shared Property Entities As IMyEntities
Get
Set
public:
static property IMyEntities^ Entities {
IMyEntities^ get ();
void set (IMyEntities^ value);
}
static member Entities : IMyEntities with get, set
Property Value
Type:
IMyEntitiesSee Also