Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetSprite (MultiSprite _sprites) |
void | UpdateFrame () |
![]() | |
void | SetOwner (CardRenderer r) |
virtual void | OnSetOwner () |
virtual void | OnDraw (ref Vector3 pos) |
void | Kill () |
virtual void | OnKill () |
Public Attributes | |
SpriteRenderer | sr |
MultiSprite | sprites |
![]() | |
CardRenderer | render |
Properties | |
override Vector3 | FixPos [get] |
![]() | |
Card | owner [get] |
virtual bool | isUI [get] |
virtual Vector3 | FixPos [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Private Member Functions | |
void | OnDisable () |
Private Attributes | |
int | index |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static GameSetting.RenderSetting.TCSetting | _setting |
![]() | |
static Core | core |
Definition at line 3 of file TCState.cs.
|
inlineprivate |
|
inline |
Definition at line 13 of file TCState.cs.
References MultiSprite.frames, index, MultiSprite.interval, and sprites.
Referenced by CharaRenderer.RefreshStateIcon().
|
inline |
|
private |
Definition at line 9 of file TCState.cs.
Referenced by SetSprite(), and UpdateFrame().
MultiSprite TCState.sprites |
Definition at line 7 of file TCState.cs.
Referenced by OnDisable(), SetSprite(), and UpdateFrame().
SpriteRenderer TCState.sr |
Definition at line 5 of file TCState.cs.
|
get |
Definition at line 11 of file TCState.cs.