Battle Talent  V11
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
CrossLink.EffectMgr Class Reference

Used to play special effects, the effect resource needs to be added EffectObj component Effect resources need to be located under the path of "Effect/" More...

Inherits CrossLink.CoreMgr.

Public Member Functions

override void OnStateClear ()
 
void Clear ()
 
void ClearEffect (string name)
 
EffectObj PlayEffect (string name, Vector3 pos, Quaternion rot, int netId=-1, uint netSimpleId=0)
 
void Cache (string name, int num)
 
void GiveBack (EffectObj obj, int netId=-1)
 
Transform GetEffectRoot ()
 

Static Public Member Functions

static int GetEffectObjNetId ()
 
static EffectObj GetNetEffectObj (int netId)
 

Static Public Attributes

static List< EffectObjnetEffectObjs = new List<EffectObj>()
 
static SortedList< uint, EffectObjnetSimpleEffectObjs = new SortedList<uint, EffectObj>()
 
static EffectMgr Instance = new EffectMgr()
 

Detailed Description

Used to play special effects, the effect resource needs to be added EffectObj component Effect resources need to be located under the path of "Effect/"