C# Class ClubWindowScript, YandereSimulatorSource

Inheritance: MonoBehaviour
显示文件 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_oe property

public bool Activity
return bool

ActivityDescs public_oe property

public string[] ActivityDescs
return string[]

ActivityLabel public_oe property

public UILabel, ActivityLabel
return UILabel,

ActivityWindow public_oe property

public Transform, ActivityWindow
return Transform,

BottomLabel public_oe property

public UILabel, BottomLabel
return UILabel,

Club public_oe property

public ClubType Club
return ClubType

ClubDesc public_oe property

public UILabel, ClubDesc
return UILabel,

ClubDescs public_oe property

public string[] ClubDescs
return string[]

ClubInfo public_oe property

public GameObject, ClubInfo
return GameObject,

ClubManager public_oe property

public ClubManagerScript, ClubManager
return ClubManagerScript,

ClubName public_oe property

public UILabel, ClubName
return UILabel,

ClubNames public_oe property

public string[] ClubNames
return string[]

LowAtmosphereDesc public_oe property

public string LowAtmosphereDesc
return string

MedAtmosphereDesc public_oe property

public string MedAtmosphereDesc
return string

PerformingActivity public_oe property

public bool PerformingActivity
return bool

PromptBar public_oe property

public PromptBarScript, PromptBar
return PromptBarScript,

Quitting public_oe property

public bool Quitting
return bool

Timer public_oe property

public float Timer
return float

Warning public_oe property

public GameObject, Warning
return GameObject,

Window public_oe property

public GameObject, Window
return GameObject,

Yandere public_oe property

public YandereScript Yandere
return YandereScript