Show / Hide Table of Contents

Class BlockGameMessages.BlockGameSetScreenMessage

Inheritance
System.Object
BlockGameMessages.BlockGameSetScreenMessage
BlockGameMessages.BlockGameGameOverScreenMessage
Namespace: Content.Shared.Arcade
Assembly: Content.Shared.dll
Syntax
public class BlockGameSetScreenMessage : BoundUserInterfaceMessage

Constructors

| Improve this Doc View Source

BlockGameSetScreenMessage(BlockGameMessages.BlockGameScreen, Boolean)

Declaration
public BlockGameSetScreenMessage(BlockGameMessages.BlockGameScreen screen, bool isStarted = true)
Parameters
Type Name Description
BlockGameMessages.BlockGameScreen screen
System.Boolean isStarted

Fields

| Improve this Doc View Source

IsStarted

Declaration
public readonly bool IsStarted
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Screen

Declaration
public readonly BlockGameMessages.BlockGameScreen Screen
Field Value
Type Description
BlockGameMessages.BlockGameScreen
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾