Show / Hide Table of Contents

Class MyPhysicsForceType

Force type applied to physic object.

Inheritance
System.Object
MyPhysicsForceType
Namespace: VRage.Game.Components
Assembly: VRage.Game.dll
Syntax
public sealed class MyPhysicsForceType : Enum

Fields

ADD_BODY_FORCE_AND_BODY_TORQUE

Declaration
public const MyPhysicsForceType ADD_BODY_FORCE_AND_BODY_TORQUE
Field Value
Type Description
MyPhysicsForceType

APPLY_WORLD_FORCE

Declaration
public const MyPhysicsForceType APPLY_WORLD_FORCE
Field Value
Type Description
MyPhysicsForceType

APPLY_WORLD_IMPULSE_AND_WORLD_ANGULAR_IMPULSE

Declaration
public const MyPhysicsForceType APPLY_WORLD_IMPULSE_AND_WORLD_ANGULAR_IMPULSE
Field Value
Type Description
MyPhysicsForceType

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾