Interface IMyTextSurfaceScript
Assembly: Sandbox.Game.dll
Syntax
public interface IMyTextSurfaceScript : IDisposable
Properties
BackgroundColor
Declaration
Color BackgroundColor { get; }
Property Value
Block
Declaration
IMyCubeBlock Block { get; }
Property Value
ForegroundColor
Declaration
Color ForegroundColor { get; }
Property Value
NeedsUpdate
Declaration
ScriptUpdate NeedsUpdate { get; }
Property Value
Surface
Declaration
IMyTextSurface Surface { get; }
Property Value
Methods
Run()
Declaration