Space Engineers
Public Member Functions | Static Public Member Functions | Properties | List of all members
Sandbox.Engine.Physics.MyWeldingGroups Class Reference
Inheritance diagram for Sandbox.Engine.Physics.MyWeldingGroups:
VRage.Groups.MyGroups< MyEntity, MyWeldGroupData > Sandbox.Game.Entities.IMySceneComponent

Public Member Functions

void Load ()
 
void Unload ()
 
override void CreateLink (long linkId, MyEntity parentNode, MyEntity childNode)
 

Static Public Member Functions

static MyEntity ReplaceParent (Group group, MyEntity oldParent, MyEntity newParent)
 Replace common parent in weld group old parent is not considered part of weld group anymore (isnt welded to new parent) More...
 

Properties

static MyWeldingGroups Static [get]
 

Detailed Description

Definition at line 16 of file MyWeldingGroups.cs.

Member Function Documentation

override void Sandbox.Engine.Physics.MyWeldingGroups.CreateLink ( long  linkId,
MyEntity  parentNode,
MyEntity  childNode 
)
inline

Definition at line 106 of file MyWeldingGroups.cs.

void Sandbox.Engine.Physics.MyWeldingGroups.Load ( )
inline

Implements Sandbox.Game.Entities.IMySceneComponent.

Definition at line 30 of file MyWeldingGroups.cs.

static MyEntity Sandbox.Engine.Physics.MyWeldingGroups.ReplaceParent ( Group  group,
MyEntity  oldParent,
MyEntity  newParent 
)
inlinestatic

Replace common parent in weld group old parent is not considered part of weld group anymore (isnt welded to new parent)

Parameters
groupweld group
oldParentold parent
newParentnew parent (can be null)
Returns
chosen new parent

Definition at line 49 of file MyWeldingGroups.cs.

void Sandbox.Engine.Physics.MyWeldingGroups.Unload ( )
inline

Implements Sandbox.Game.Entities.IMySceneComponent.

Definition at line 36 of file MyWeldingGroups.cs.

Property Documentation

MyWeldingGroups Sandbox.Engine.Physics.MyWeldingGroups.Static
staticget

Definition at line 21 of file MyWeldingGroups.cs.


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