C# Class SkillActivation, SRPGCK

Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
applied bool
delay float
skill SkillDef,
start Vector3?
targets List

Méthodes publiques

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

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

SkillActivation() public méthode

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

Property Details

applied public_oe property

public bool applied
Résultat bool

delay public_oe property

public float delay
Résultat float

skill public_oe property

public SkillDef, skill
Résultat SkillDef,

start public_oe property

public Vector3? start
Résultat Vector3?

targets public_oe property

public List targets
Résultat List