DeerEngine/roe/Editor/active_entity.as

10 lines
184 B
ActionScript

Entity activeEntity = Engine::getRoot();
Entity get_activeEntity() const property {
return activeEntity;
}
void set_activeEntity(Entity ent) property {
activeEntity = ent;
}