C# Class SkillActivation, SRPGCK

Show file Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
applied bool
delay float
skill SkillDef,
start Vector3?
targets List

Public Methods

Method Description
Apply ( ) : void
SkillActivation ( SkillDef, s, Vector3 st, List targs, float d ) : System.Collections.Generic

Method Details

Apply() public method

public Apply ( ) : void
return void

SkillActivation() public method

public SkillActivation ( SkillDef, s, Vector3 st, List targs, float d ) : System.Collections.Generic
s SkillDef,
st Vector3
targs List
d float
return System.Collections.Generic

Property Details

applied public property

public bool applied
return bool

delay public property

public float delay
return float

skill public property

public SkillDef, skill
return SkillDef,

start public property

public Vector3? start
return Vector3?

targets public property

public List targets
return List