Class MyObjectBuilder_PhysicsComponentBase
Inheritance
System.Object
    
    
    MyObjectBuilder_PhysicsComponentBase
      
  Inherited Members
Namespace: VRage.Game.ObjectBuilders.ComponentSystem
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public abstract class MyObjectBuilder_PhysicsComponentBase : MyObjectBuilder_ComponentBaseConstructors
MyObjectBuilder_PhysicsComponentBase()
Declaration
protected MyObjectBuilder_PhysicsComponentBase()Fields
AngularVelocity
Declaration
public SerializableVector3 AngularVelocityField Value
| Type | Description | 
|---|---|
| VRage.SerializableVector3 | 
LinearVelocity
Declaration
public SerializableVector3 LinearVelocityField Value
| Type | Description | 
|---|---|
| VRage.SerializableVector3 |