Class HierarchicalScene
java.lang.Object
dev.engine.core.scene.AbstractScene
dev.engine.core.scene.HierarchicalScene
- Direct Known Subclasses:
Scene
-
Field Summary
Fields inherited from class AbstractScene
entityMap, RENDERER_SUBSCRIBER, transactions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroyEntity(Handle<EntityTag> handle) getChildren(Entity parent) Gets the children of an entity.getWorldTransform(Handle<EntityTag> handle) voidremoveParent(Entity child) Removes the parent from a child entity.voidSets the parent of a child entity.Methods inherited from class AbstractScene
destroyEntity, drainTransactions, entity, getLocalTransform, getLocalTransform, getWorldTransform, query, setLocalTransform, setLocalTransform, setMaterial, setMaterial, setMaterialProperties, setMaterialProperty, setMaterialProperty, setMesh, setMesh, transactionBus
-
Constructor Details
-
HierarchicalScene
public HierarchicalScene()
-
-
Method Details
-
createEntity
- Specified by:
createEntityin classAbstractScene
-
destroyEntity
- Specified by:
destroyEntityin classAbstractScene
-
setParent
-
removeParent
Removes the parent from a child entity. -
getChildren
-
getWorldTransform
- Specified by:
getWorldTransformin classAbstractScene
-