Interface IMyGyro
Describes gyroscope block (PB scripting interface)
Inherited Members
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyGyro : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
GyroOverride
Gets or set whether this gyro has enabled override
Declaration
bool GyroOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GyroPower
Get or set gyroscope power in
Declaration
float GyroPower { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Pitch
Gets or set the pitch angle
Declaration
float Pitch { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Roll
Gets or set the roll angle
Declaration
float Roll { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Yaw
Gets or sets the yaw angle
Declaration
float Yaw { get; set; }
Property Value
Type | Description |
---|---|
System.Single |