Elin Modding Docs Doc
|
Public Types | |
enum | Type { None , Light , Effect , QuestBoard } |
enum | Hack { None , Candle } |
Public Member Functions | |
override void | OnDraw (ref Vector3 pos) |
override void | OnSetOwner () |
void | RefreshColor () |
![]() | |
void | SetOwner (CardRenderer r) |
void | Kill () |
virtual void | OnKill () |
Public Attributes | |
TCExtra.Type | type |
TCExtra.Hack | hack |
Vector3 | fixPos |
Vector3 | heldPos |
Vector3 | heldPosFlip |
float | flipFixX |
bool | flipSR |
bool | flipSelf |
bool | onlyInstalled = true |
bool | useOffsetBack = true |
bool | alwaysFlip |
bool | flipBack |
bool | colorParticle |
SpriteRenderer | sr |
Transform[] | listTrans |
Vector3[] | dirPos |
![]() | |
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] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static GameSetting.RenderSetting.TCSetting | _setting |
![]() | |
static Core | core |
Definition at line 6 of file TCExtra.cs.
enum TCExtra.Hack |
Definition at line 225 of file TCExtra.cs.
enum TCExtra.Type |
Definition at line 212 of file TCExtra.cs.
|
virtual |
Reimplemented from TC.
Definition at line 26 of file TCExtra.cs.
|
virtual |
Reimplemented from TC.
Definition at line 125 of file TCExtra.cs.
void TCExtra.RefreshColor | ( | ) |
Definition at line 132 of file TCExtra.cs.
bool TCExtra.alwaysFlip |
Definition at line 182 of file TCExtra.cs.
bool TCExtra.colorParticle |
Definition at line 188 of file TCExtra.cs.
Vector3 [] TCExtra.dirPos |
Definition at line 197 of file TCExtra.cs.
Vector3 TCExtra.fixPos |
Definition at line 158 of file TCExtra.cs.
bool TCExtra.flipBack |
Definition at line 185 of file TCExtra.cs.
float TCExtra.flipFixX |
Definition at line 167 of file TCExtra.cs.
bool TCExtra.flipSelf |
Definition at line 173 of file TCExtra.cs.
bool TCExtra.flipSR |
Definition at line 170 of file TCExtra.cs.
TCExtra.Hack TCExtra.hack |
Definition at line 155 of file TCExtra.cs.
Vector3 TCExtra.heldPos |
Definition at line 161 of file TCExtra.cs.
Vector3 TCExtra.heldPosFlip |
Definition at line 164 of file TCExtra.cs.
Transform [] TCExtra.listTrans |
Definition at line 194 of file TCExtra.cs.
bool TCExtra.onlyInstalled = true |
Definition at line 176 of file TCExtra.cs.
SpriteRenderer TCExtra.sr |
Definition at line 191 of file TCExtra.cs.
TCExtra.Type TCExtra.type |
Definition at line 152 of file TCExtra.cs.
bool TCExtra.useOffsetBack = true |
Definition at line 179 of file TCExtra.cs.
|
get |
Definition at line 10 of file TCExtra.cs.