Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnPlay () |
![]() | |
void | Play (float delay, Point from, float fixY=0f, Point to=null, Sprite sprite=null) |
unsafe Effect | Play (Point from, float fixY=0f, Point to=null, Sprite sprite=null) |
unsafe Effect | _Play (Point from, Vector3 fromV, float fixY=0f, Point to=null, Sprite sprite=null) |
Effect | Play (Vector3 v) |
Effect | Flip (bool x=false, bool y=false) |
Effect | SetStartDelay (float a) |
virtual void | OnUpdate () |
void | Kill () |
void | OnDisable () |
void | OnDestroy () |
Effect | Emit (int num) |
Effect | SetParticleColor (Color c) |
Effect | SetParticleColor (Color color, bool changeMaterial=false, string idCol="_Color") |
Effect | SetScale (float a) |
Static Public Member Functions | |
static void | Create (Point center, int radius, int count, Action< int, Point > onComplete) |
![]() | |
static Effect | Get (Effect original) |
static Effect | Get (string id) |
static T | Get< T > (string id) |
![]() | |
static int | rnd (int a) |
Public Attributes | |
Animator | aniExplosion |
Vector3 | startPos |
float | time |
![]() | |
Effect.Type | type |
float | duration = 1f |
float | speed |
float | startDelay |
bool | lookAtTarget |
bool | rotate |
bool | pool |
SpriteRenderer | sr |
ParticleSystem[] | systems |
Vector3[] | dirs |
Ease | ease |
Vector3 | posFix |
Vector3 | randomRange |
Tween | moveTween |
Sprite[] | sprites |
bool | randomFlip |
bool | randomSpeed |
bool | test |
bool | setColor = true |
Action | onComplete |
int | spriteIndex |
float | timer |
Vector3 | fromV |
Vector3 | destV |
bool | pooled |
Transform | poolParent |
List< Material > | materialsToDestroy |
Point | destPos |
Tween | killTimer |
Additional Inherited Members | |
![]() | |
enum | Type { Default , Firework } |
![]() | |
static Core | core |
![]() | |
void | Activate () |
![]() | |
bool | killed |
![]() | |
static EffectManager | manager [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] |
Definition at line 9 of file EffectMeteor.cs.
|
static |
Definition at line 35 of file EffectMeteor.cs.
|
virtual |
Reimplemented from Effect.
Definition at line 12 of file EffectMeteor.cs.
Animator EffectMeteor.aniExplosion |
Definition at line 67 of file EffectMeteor.cs.
Vector3 EffectMeteor.startPos |
Definition at line 70 of file EffectMeteor.cs.
float EffectMeteor.time |
Definition at line 73 of file EffectMeteor.cs.