Show / Hide Table of Contents

Class ScreenArea

Inheritance
System.Object
ScreenArea
Namespace: Sandbox.Common.ObjectBuilders.Definitions
Assembly: VRage.Game.dll
Syntax
public class ScreenArea : Object

Constructors

ScreenArea()

Declaration
public ScreenArea()

Fields

DisplayName

Declaration
public string DisplayName
Field Value
Type Description
System.String

Name

Declaration
public string Name
Field Value
Type Description
System.String

ScreenHeight

Declaration
public int ScreenHeight
Field Value
Type Description
System.Int32

ScreenWidth

Declaration
public int ScreenWidth
Field Value
Type Description
System.Int32

Script

Declaration
[Nullable]
public string Script
Field Value
Type Description
System.String

TextureResolution

Declaration
public int TextureResolution
Field Value
Type Description
System.Int32
☀
☾
In This Article
  • Constructors
    • ScreenArea()
  • Fields
    • DisplayName
    • Name
    • ScreenHeight
    • ScreenWidth
    • Script
    • TextureResolution
Back to top
Generated by DocFX
☀
☾