Show / Hide Table of Contents

Class MyCreditsNotice

Inheritance
System.Object
MyCreditsNotice
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
public class MyCreditsNotice : Object

Constructors

MyCreditsNotice()

Declaration
public MyCreditsNotice()

Fields

CreditNoticeLines

Declaration
public readonly List<StringBuilder> CreditNoticeLines
Field Value
Type Description
System.Collections.Generic.List<System.Text.StringBuilder>

LogoOffset

Declaration
public float LogoOffset
Field Value
Type Description
System.Single

LogoScale

Declaration
public Nullable<float> LogoScale
Field Value
Type Description
System.Nullable<System.Single>

LogoTexture

Declaration
public string LogoTexture
Field Value
Type Description
System.String

LogoTextureSize

Declaration
public Nullable<Vector2> LogoTextureSize
Field Value
Type Description
System.Nullable<Vector2>
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾