Table of Contents

Class CreditsObject

Namespace
Menu
Assembly
Assembly-CSharp.dll
public abstract class CreditsObject : PositionedMenuObject
Inheritance
CreditsObject
Derived
Inherited Members

Constructors

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

Parameters

menu Menu
owner MenuObject
stage EndCredits.Stage
startFromBottom bool

Fields

public int age

Field Value

int
public float defaulScrollSpeed

Field Value

float
public float lastScroll

Field Value

float
public float scroll

Field Value

float
public float slowDownScrollSpeed

Field Value

float
public float slowDownZone

Field Value

float
public EndCredits.Stage stage

Field Value

EndCredits.Stage

Properties

public virtual bool BeforeScreen { get; }

Property Value

bool
public virtual float CurrentDefaultScrollSpeed { get; }

Property Value

float
public virtual bool OutOfScreen { get; }

Property Value

bool

Methods

public override void Update()