Elin Modding Docs Doc
Loading...
Searching...
No Matches
TCExtra Class Reference
Inheritance diagram for TCExtra:
TC EMono

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)
 
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
 
- 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]
 

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
 

Detailed Description

Definition at line 6 of file TCExtra.cs.

Member Enumeration Documentation

◆ Hack

enum TCExtra.Hack

Definition at line 225 of file TCExtra.cs.

◆ Type

enum TCExtra.Type

Definition at line 212 of file TCExtra.cs.

Member Function Documentation

◆ OnDraw()

override void TCExtra.OnDraw ( ref Vector3 pos)
virtual

Reimplemented from TC.

Definition at line 26 of file TCExtra.cs.

◆ OnSetOwner()

override void TCExtra.OnSetOwner ( )
virtual

Reimplemented from TC.

Definition at line 125 of file TCExtra.cs.

◆ RefreshColor()

void TCExtra.RefreshColor ( )

Definition at line 132 of file TCExtra.cs.

Member Data Documentation

◆ alwaysFlip

bool TCExtra.alwaysFlip

Definition at line 182 of file TCExtra.cs.

◆ colorParticle

bool TCExtra.colorParticle

Definition at line 188 of file TCExtra.cs.

◆ dirPos

Vector3 [] TCExtra.dirPos

Definition at line 197 of file TCExtra.cs.

◆ fixPos

Vector3 TCExtra.fixPos

Definition at line 158 of file TCExtra.cs.

◆ flipBack

bool TCExtra.flipBack

Definition at line 185 of file TCExtra.cs.

◆ flipFixX

float TCExtra.flipFixX

Definition at line 167 of file TCExtra.cs.

◆ flipSelf

bool TCExtra.flipSelf

Definition at line 173 of file TCExtra.cs.

◆ flipSR

bool TCExtra.flipSR

Definition at line 170 of file TCExtra.cs.

◆ hack

TCExtra.Hack TCExtra.hack

Definition at line 155 of file TCExtra.cs.

◆ heldPos

Vector3 TCExtra.heldPos

Definition at line 161 of file TCExtra.cs.

◆ heldPosFlip

Vector3 TCExtra.heldPosFlip

Definition at line 164 of file TCExtra.cs.

◆ listTrans

Transform [] TCExtra.listTrans

Definition at line 194 of file TCExtra.cs.

◆ onlyInstalled

bool TCExtra.onlyInstalled = true

Definition at line 176 of file TCExtra.cs.

◆ sr

SpriteRenderer TCExtra.sr

Definition at line 191 of file TCExtra.cs.

◆ type

TCExtra.Type TCExtra.type

Definition at line 152 of file TCExtra.cs.

◆ useOffsetBack

bool TCExtra.useOffsetBack = true

Definition at line 179 of file TCExtra.cs.

Property Documentation

◆ FixPos

override Vector3 TCExtra.FixPos
get

Definition at line 10 of file TCExtra.cs.


The documentation for this class was generated from the following file: