Class MyCreditsNotice
Inheritance
System.Object
MyCreditsNotice
Assembly: Sandbox.Game.dll
Syntax
public class MyCreditsNotice : Object
Constructors
MyCreditsNotice()
Declaration
Fields
CreditNoticeLines
Declaration
public readonly List<StringBuilder> CreditNoticeLines
Field Value
Type |
Description |
System.Collections.Generic.List<System.Text.StringBuilder> |
|
LogoOffset
Declaration
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> |
|