C# Class SkillActivation, SRPGCK

Mostra 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_oe property

public bool applied
return bool

delay public_oe property

public float delay
return float

skill public_oe property

public SkillDef, skill
return SkillDef,

start public_oe property

public Vector3? start
return Vector3?

targets public_oe property

public List targets
return List