Table of Contents

Class CreditsTextAndImage

Namespace
Menu
Assembly
Assembly-CSharp.dll
public class CreditsTextAndImage : CreditsObject
Inheritance
CreditsTextAndImage
Inherited Members

Constructors

public CreditsTextAndImage(Menu menu, MenuObject owner, EndCredits.Stage stage, bool startFromBottom)

Parameters

menu Menu
owner MenuObject
stage EndCredits.Stage
startFromBottom bool

Fields

public float slowDownPos

Field Value

float
public List<string> specialNames

Field Value

List<string>
public List<float> specialPos

Field Value

List<float>
public List<FSprite> specials

Field Value

List<FSprite>

Properties

public override bool BeforeScreen { get; }

Property Value

bool
public override float CurrentDefaultScrollSpeed { get; }

Property Value

float
public override bool OutOfScreen { get; }

Property Value

bool

Methods

public void ImportSpecialSprite(string name)

Parameters

name string
public float LowestPoint(RectangularMenuObject testObj)

Parameters

testObj RectangularMenuObject

Returns

float
public override void RemoveSprites()
public override void Update()