Class MyObjectBuilder_PrefabThrowerDefinition
Inheritance
System.Object
MyObjectBuilder_PrefabThrowerDefinition
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_PrefabThrowerDefinition : MyObjectBuilder_DefinitionBase
Constructors
MyObjectBuilder_PrefabThrowerDefinition()
Declaration
public MyObjectBuilder_PrefabThrowerDefinition()
Fields
Mass
Declaration
public Nullable<float> Mass
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MaxSpeed
Declaration
Field Value
Type |
Description |
System.Single |
|
MinSpeed
Declaration
Field Value
Type |
Description |
System.Single |
|
PrefabToThrow
Declaration
public string PrefabToThrow
Field Value
Type |
Description |
System.String |
|
PushTime
Declaration
Field Value
Type |
Description |
System.Single |
|
ThrowSound
Declaration
Field Value
Type |
Description |
System.String |
|
Extension Methods