Space Engineers
Public Member Functions | List of all members
Sandbox.Game.Entities.MyGridLogicalGroupData Class Reference
Inheritance diagram for Sandbox.Game.Entities.MyGridLogicalGroupData:
VRage.Groups.IGroupData< MyCubeGrid >

Public Member Functions

 MyGridLogicalGroupData ()
 
 MyGridLogicalGroupData (string debugName)
 
void OnRelease ()
 
void OnNodeAdded (MyCubeGrid entity)
 
void OnNodeRemoved (MyCubeGrid entity)
 
void OnCreate< TGroupData > (MyGroups< MyCubeGrid, TGroupData >.Group group)
 
- Public Member Functions inherited from VRage.Groups.IGroupData< MyCubeGrid >
void OnCreate< TGroupData > (MyGroups< TNode, TGroupData >.Group group)
 Group is taken from pool More...
 
void OnRelease ()
 Group is returned to pool More...
 
void OnNodeAdded (TNode entity)
 Node is added to group More...
 
void OnNodeRemoved (TNode entity)
 Node is removed from group More...
 

Detailed Description

Definition at line 13 of file MyGridLogicalGroupData.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.MyGridLogicalGroupData.MyGridLogicalGroupData ( )
inline

Definition at line 19 of file MyGridLogicalGroupData.cs.

Sandbox.Game.Entities.MyGridLogicalGroupData.MyGridLogicalGroupData ( string  debugName)
inline

Definition at line 23 of file MyGridLogicalGroupData.cs.

Member Function Documentation

void Sandbox.Game.Entities.MyGridLogicalGroupData.OnCreate< TGroupData > ( MyGroups< MyCubeGrid, TGroupData >.Group  group)
inline
Type Constraints
TGroupData :IGroupData<MyCubeGrid> 
TGroupData :new() 

Definition at line 44 of file MyGridLogicalGroupData.cs.

void Sandbox.Game.Entities.MyGridLogicalGroupData.OnNodeAdded ( MyCubeGrid  entity)
inline

Definition at line 34 of file MyGridLogicalGroupData.cs.

void Sandbox.Game.Entities.MyGridLogicalGroupData.OnNodeRemoved ( MyCubeGrid  entity)
inline

Definition at line 39 of file MyGridLogicalGroupData.cs.

void Sandbox.Game.Entities.MyGridLogicalGroupData.OnRelease ( )
inline

Definition at line 28 of file MyGridLogicalGroupData.cs.


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