C# Class SkillBase, UnityDemo

Inheritance: PoolObject
Show file Open project: rouchen/UnityDemo Class Usage Examples

Protected Properties

Property Type Description
skEnd bool
skID int
skPlayer GameObject

Public Methods

Method Description
SkillBase ( GameObject player, int skID ) : System.Collections
Update ( ) : void

Private Methods

Method Description
DoFx ( ) : bool
DoSkill ( ) : bool
End ( ) : bool

Method Details

SkillBase() public method

public SkillBase ( GameObject player, int skID ) : System.Collections
player GameObject
skID int
return System.Collections

Update() public method

public Update ( ) : void
return void

Property Details

skEnd protected property

protected bool skEnd
return bool

skID protected property

protected int skID
return int

skPlayer protected property

protected GameObject skPlayer
return GameObject