Show / Hide Table of Contents

Interface IMyTextSurfaceScript

Namespace: Sandbox.Game.GameSystems.TextSurfaceScripts
Assembly: Sandbox.Game.dll
Syntax
public interface IMyTextSurfaceScript : IDisposable

Properties

BackgroundColor

Declaration
Color BackgroundColor { get; }
Property Value
Type Description
Color

Block

Declaration
IMyCubeBlock Block { get; }
Property Value
Type Description
IMyCubeBlock

ForegroundColor

Declaration
Color ForegroundColor { get; }
Property Value
Type Description
Color

NeedsUpdate

Declaration
ScriptUpdate NeedsUpdate { get; }
Property Value
Type Description
ScriptUpdate

Surface

Declaration
IMyTextSurface Surface { get; }
Property Value
Type Description
IMyTextSurface

Methods

Run()

Declaration
void Run()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾