SetByDerived
Introduction SetByDerived is a variable that allows derived Entities to access variables defined in a base Entity. Once a variable is SetByDerived, any Entities that derive from the given Entity (that is, use it as its BaseEntity) can set the variable to a different value. When using inheritance, the derived Entity in code inherits from[…]