Method Get
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Get(Type)
The prototype for a skill type, or null when the type is not a skill.
public static Skill Get(Type skillType)
Parameters
skillTypeType
Returns
Get<T>()
public static T Get<T>() where T : Skill
Returns
- T
Type Parameters
T
Get(string)
The prototype for a skill referenced by type name, full type name, or an old prefab/asset address.
public static Skill Get(string reference)
Parameters
referencestring