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_ComponentBase
Constructors
MyObjectBuilder_PhysicsComponentBase()
Declaration
protected MyObjectBuilder_PhysicsComponentBase()
Fields
AngularVelocity
Declaration
public SerializableVector3 AngularVelocity
Field Value
Type | Description |
---|---|
VRage.SerializableVector3 |
LinearVelocity
Declaration
public SerializableVector3 LinearVelocity
Field Value
Type | Description |
---|---|
VRage.SerializableVector3 |