Interface IMySpaceBall
Spaceball interface
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI.Ingame
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMySpaceBall : IMyVirtualMass, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Broadcasting
Gets or sets broadcasting
Declaration
bool Broadcasting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Friction
Ball friction
Declaration
float Friction { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
IsBroadcasting
Is broadcasting
Declaration
bool IsBroadcasting { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Restitution
Ball restitution
Declaration
float Restitution { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VirtualMass
Virtual mass of ball, in kg
Declaration
float VirtualMass { get; set; }
Property Value
Type | Description |
---|---|
System.Single |