|
Elin Modding Docs Doc
|
Public Types | |
| enum | Type { Default , Boat , Canvas , MultiSprite } |
Public Member Functions | |
| void | SetOwner (Card t) |
| virtual void | OnSetOwner () |
| virtual void | IdleFrame () |
| virtual void | NextFrame () |
| virtual void | NextDir () |
| virtual int | GetFrame () |
| virtual void | OnRender (RenderParam p) |
| virtual void | RefreshSprite () |
| virtual void | Kill () |
Public Attributes | |
| Card | owner |
| SpriteRenderer | sr |
| SpriteRenderer | sr2 |
| SpriteReplacerAnimation | srAnime |
| MaterialPropertyBlock | mpb |
| MaterialPropertyBlock | mpb2 |
| CardActor.Type | type |
Static Protected Attributes | |
| static Vector3 | tempV |
| static Vector3 | tempV2 |
Properties | |
| virtual bool | isPCC [get] |
| virtual int | currentDir [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 EMono | |
| static Core | core |
Definition at line 5 of file CardActor.cs.
| enum CardActor.Type |
Definition at line 311 of file CardActor.cs.
|
virtual |
Definition at line 89 of file CardActor.cs.
|
virtual |
Definition at line 74 of file CardActor.cs.
|
virtual |
Definition at line 266 of file CardActor.cs.
|
virtual |
Definition at line 84 of file CardActor.cs.
|
virtual |
Definition at line 79 of file CardActor.cs.
|
virtual |
Definition at line 95 of file CardActor.cs.
|
virtual |
Definition at line 69 of file CardActor.cs.
|
virtual |
Definition at line 213 of file CardActor.cs.
| void CardActor.SetOwner | ( | Card | t | ) |
Definition at line 34 of file CardActor.cs.
| MaterialPropertyBlock CardActor.mpb |
Definition at line 284 of file CardActor.cs.
| MaterialPropertyBlock CardActor.mpb2 |
Definition at line 287 of file CardActor.cs.
| Card CardActor.owner |
Definition at line 272 of file CardActor.cs.
| SpriteRenderer CardActor.sr |
Definition at line 275 of file CardActor.cs.
| SpriteRenderer CardActor.sr2 |
Definition at line 278 of file CardActor.cs.
| SpriteReplacerAnimation CardActor.srAnime |
Definition at line 281 of file CardActor.cs.
|
staticprotected |
Definition at line 305 of file CardActor.cs.
|
staticprotected |
Definition at line 308 of file CardActor.cs.
| CardActor.Type CardActor.type |
Definition at line 290 of file CardActor.cs.
|
get |
Definition at line 19 of file CardActor.cs.
|
get |
Definition at line 9 of file CardActor.cs.