|
Elin Decompiled Documentation EA 23.248 Nightly
|
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 () |
Public Member Functions inherited from TC | |
| void | SetOwner (CardRenderer r) |
| virtual void | OnSetOwner () |
| virtual void | OnDraw (ref Vector3 pos) |
| void | Kill () |
| virtual void | OnKill () |
Public Attributes | |
| Type | type |
| 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 |
Public Attributes inherited from TC | |
| CardRenderer | render |
Properties | |
| override Vector3 | FixPos [get] |
Properties inherited from TC | |
| Card | owner [get] |
| virtual bool | isUI [get] |
| virtual Vector3 | FixPos [get] |
Properties inherited from EMono | |
| 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 | Awake () |
Private Attributes | |
| SourceMaterial.Row | _mat |
| Vector3 | v |
| Vector3 | originalScale |
| Vector3 | originalAngle |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from TC | |
| static GameSetting.RenderSetting.TCSetting | _setting |
Static Public Attributes inherited from EMono | |
| static Core | core |
Definition at line 3 of file TCExtra.cs.
| enum TCExtra.Hack |
| Enumerator | |
|---|---|
| None | |
| Candle | |
Definition at line 13 of file TCExtra.cs.
| enum TCExtra.Type |
| Enumerator | |
|---|---|
| None | |
| Light | |
| Effect | |
| QuestBoard | |
Definition at line 5 of file TCExtra.cs.
|
inlineprivate |
Definition at line 61 of file TCExtra.cs.
References originalAngle, and originalScale.
|
inlinevirtual |
Reimplemented from TC.
Definition at line 67 of file TCExtra.cs.
References _mat, alwaysFlip, Chara.CanSee(), TraitEffect.data, TraitEffect.Data.delay, Card.dir, dirPos, FixPos, flipBack, flipFixX, flipSelf, flipSR, EMono.game, QuestManager.globalList, hack, heldPos, Quest.isNew, Quest.IsVisibleOnQuestBoard(), listTrans, RenderData.offset, onlyInstalled, originalAngle, originalScale, EMono.pc, TraitEffect.Proc(), Game.quests, RefreshColor(), sr, TraitEffect.timer, type, useOffsetBack, and v.
|
inlinevirtual |
|
inline |
Definition at line 171 of file TCExtra.cs.
References Color, colorParticle, and sr.
Referenced by ActPlan._Update(), OnDraw(), and OnSetOwner().
|
private |
Definition at line 51 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.alwaysFlip |
Definition at line 39 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.colorParticle |
Definition at line 43 of file TCExtra.cs.
Referenced by RefreshColor().
| Vector3 [] TCExtra.dirPos |
Definition at line 49 of file TCExtra.cs.
Referenced by OnDraw().
| Vector3 TCExtra.fixPos |
Definition at line 23 of file TCExtra.cs.
| bool TCExtra.flipBack |
Definition at line 41 of file TCExtra.cs.
Referenced by OnDraw().
| float TCExtra.flipFixX |
Definition at line 29 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.flipSelf |
Definition at line 33 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.flipSR |
Definition at line 31 of file TCExtra.cs.
Referenced by OnDraw().
| Hack TCExtra.hack |
Definition at line 21 of file TCExtra.cs.
Referenced by OnDraw().
| Vector3 TCExtra.heldPos |
Definition at line 25 of file TCExtra.cs.
Referenced by OnDraw().
| Vector3 TCExtra.heldPosFlip |
Definition at line 27 of file TCExtra.cs.
| Transform [] TCExtra.listTrans |
Definition at line 47 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.onlyInstalled = true |
Definition at line 35 of file TCExtra.cs.
Referenced by OnDraw().
|
private |
Definition at line 57 of file TCExtra.cs.
|
private |
Definition at line 55 of file TCExtra.cs.
| SpriteRenderer TCExtra.sr |
Definition at line 45 of file TCExtra.cs.
Referenced by OnDraw(), and RefreshColor().
| Type TCExtra.type |
Definition at line 19 of file TCExtra.cs.
Referenced by OnDraw().
| bool TCExtra.useOffsetBack = true |
Definition at line 37 of file TCExtra.cs.
Referenced by OnDraw().
|
private |
Definition at line 53 of file TCExtra.cs.
Referenced by OnDraw().
|
get |
Definition at line 59 of file TCExtra.cs.
Referenced by OnDraw().