Class MyCreditsDepartment
Inheritance
System.Object
MyCreditsDepartment
Assembly: Sandbox.Game.dll
Syntax
public class MyCreditsDepartment : Object
Constructors
MyCreditsDepartment(String)
Declaration
public MyCreditsDepartment(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Fields
LogoOffsetPost
Declaration
public float LogoOffsetPost
Field Value
Type |
Description |
System.Single |
|
LogoOffsetPre
Declaration
public float LogoOffsetPre
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> |
|
Name
Declaration
public StringBuilder Name
Field Value
Type |
Description |
System.Text.StringBuilder |
|
Persons
Declaration
public List<MyCreditsPerson> Persons
Field Value