Interface IMyGyro
Describes gyro block interface
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyGyro : IMyGyro, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
GyroStrengthMultiplier
Gets or sets multiplier for max gyro strength
Declaration
float GyroStrengthMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PowerConsumptionMultiplier
Gets or sets multiplier gyro power consumption
Declaration
float PowerConsumptionMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |