C# Class ClubWindowScript, YandereSimulatorSource

Inheritance: MonoBehaviour
Show file Open project: YandereSimSC/YandereSimulatorSource

Public Properties

Property Type Description
Activity bool
ActivityDescs string[]
ActivityLabel UILabel,
ActivityWindow Transform,
BottomLabel UILabel,
Club ClubType
ClubDesc UILabel,
ClubDescs string[]
ClubInfo GameObject,
ClubManager ClubManagerScript,
ClubName UILabel,
ClubNames string[]
LowAtmosphereDesc string
MedAtmosphereDesc string
PerformingActivity bool
PromptBar PromptBarScript,
Quitting bool
Timer float
Warning GameObject,
Window GameObject,
Yandere YandereScript

Public Methods

Method Description
UpdateWindow ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

UpdateWindow() public method

public UpdateWindow ( ) : void
return void

Property Details

Activity public property

public bool Activity
return bool

ActivityDescs public property

public string[] ActivityDescs
return string[]

ActivityLabel public property

public UILabel, ActivityLabel
return UILabel,

ActivityWindow public property

public Transform, ActivityWindow
return Transform,

BottomLabel public property

public UILabel, BottomLabel
return UILabel,

Club public property

public ClubType Club
return ClubType

ClubDesc public property

public UILabel, ClubDesc
return UILabel,

ClubDescs public property

public string[] ClubDescs
return string[]

ClubInfo public property

public GameObject, ClubInfo
return GameObject,

ClubManager public property

public ClubManagerScript, ClubManager
return ClubManagerScript,

ClubName public property

public UILabel, ClubName
return UILabel,

ClubNames public property

public string[] ClubNames
return string[]

LowAtmosphereDesc public property

public string LowAtmosphereDesc
return string

MedAtmosphereDesc public property

public string MedAtmosphereDesc
return string

PerformingActivity public property

public bool PerformingActivity
return bool

PromptBar public property

public PromptBarScript, PromptBar
return PromptBarScript,

Quitting public property

public bool Quitting
return bool

Timer public property

public float Timer
return float

Warning public property

public GameObject, Warning
return GameObject,

Window public property

public GameObject, Window
return GameObject,

Yandere public property

public YandereScript Yandere
return YandereScript