Class EntityClass
- Namespace
- ElectricDrill.SoapRpgFramework.Classes
- Assembly
- com.electricdrill.soap-rpg-framework.Runtime.dll
Component that represents the class of an entity in the game. Implements IClassSource to provide access to the entity's class definition.
[DisallowMultipleComponent]
public class EntityClass : MonoBehaviour, IClassSource
- Inheritance
-
objectEntityClass
- Implements
Properties
Class
Gets or sets the class definition for this entity.
public Class Class { get; }
Property Value
Operators
implicit operator Class(EntityClass)
Implicit conversion operator that allows an EntityClass to be used directly as a Class.
public static implicit operator Class(EntityClass entityClass)
Parameters
entityClassEntityClassThe EntityClass to convert.
Returns
- Class
The Class associated with the EntityClass.