Class MyObjectBuilder_PistonBase
Inheritance
System.Object
MyObjectBuilder_PistonBase
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_PistonBase : MyObjectBuilder_MechanicalConnectionBlock
Constructors
MyObjectBuilder_PistonBase()
Declaration
public MyObjectBuilder_PistonBase()
Fields
CurrentPosition
Declaration
public float CurrentPosition
Field Value
Type |
Description |
System.Single |
|
MaxImpulseAxis
Declaration
public Nullable<float> MaxImpulseAxis
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MaxImpulseNonAxis
Declaration
public Nullable<float> MaxImpulseNonAxis
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MaxLimit
Declaration
public Nullable<float> MaxLimit
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MinLimit
Declaration
public Nullable<float> MinLimit
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Reverse
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Velocity
Declaration
Field Value
Type |
Description |
System.Single |
|
Extension Methods