Class MyHandToolBase.MyBlockingBody
Inheritance
System.Object
Sandbox.Engine.Physics.MyPhysicsBody
MyHandToolBase.MyBlockingBody
Inherited Members
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class MyBlockingBody : MyPhysicsBody, IMyEntityComponentBase, IMyComponentBase, MyClusterTree.IMyActivationHandler
Constructors
MyBlockingBody(MyHandToolBase, MyEntity)
Declaration
public MyBlockingBody(MyHandToolBase tool, MyEntity owner)
Parameters
Type | Name | Description |
---|---|---|
My |
tool | |
My |
owner |
Properties
HandTool
Declaration
public MyHandToolBase HandTool { get; }
Property Value
Type | Description |
---|---|
My |
Methods
OnWorldPositionChanged(Object)
Declaration
public override void OnWorldPositionChanged(object source)
Parameters
Type | Name | Description |
---|---|---|
System. |
source |
Overrides
Sandbox.Engine.Physics.MyPhysicsBody.OnWorldPositionChanged(System.Object)
SetWorldMatrix(MatrixD)
Declaration
public void SetWorldMatrix(MatrixD worldMatrix)
Parameters
Type | Name | Description |
---|---|---|
Matrix |
worldMatrix |