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

Public Member Functions

void OnRelease ()
 
void OnNodeAdded (MySlimBlock entity)
 
void OnNodeRemoved (MySlimBlock entity)
 
void OnCreate< TGroupData > (MyGroups< MySlimBlock, TGroupData >.Group group)
 
- Public Member Functions inherited from VRage.Groups.IGroupData< MySlimBlock >
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 9 of file MyBlockGroupData.cs.

Member Function Documentation

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

Definition at line 23 of file MyBlockGroupData.cs.

void Sandbox.Game.Entities.Cube.MyBlockGroupData.OnNodeAdded ( MySlimBlock  entity)
inline

Definition at line 15 of file MyBlockGroupData.cs.

void Sandbox.Game.Entities.Cube.MyBlockGroupData.OnNodeRemoved ( MySlimBlock  entity)
inline

Definition at line 19 of file MyBlockGroupData.cs.

void Sandbox.Game.Entities.Cube.MyBlockGroupData.OnRelease ( )
inline

Definition at line 11 of file MyBlockGroupData.cs.


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