Modifier | Constructor and Description |
---|---|
protected |
Entity()
Initializes a new instance of the
Entity class. |
|
Entity(String name)
Initializes a new instance of the
Entity class. |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
getBoundingBox()
Gets the bounding box of current entity in its object space coordinate system.
|
boolean |
getExcluded()
Gets wheather to exclude this entity during exporting.
|
Node |
getParentNode()
Gets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.
|
ArrayList<Node> |
getParentNodes()
Gets all parent nodes, an entity can be attached to multiple parent nodes for geometry instancing
|
void |
setExcluded(boolean value)
Sets wheather to exclude this entity during exporting.
|
void |
setParentNode(Node value)
Sets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.
|
findProperty, getName, getProperty, removeProperty, removeProperty, setName, setProperty
public Entity(String name)
Entity
class.name
- Name.protected Entity()
Entity
class.public ArrayList<Node> getParentNodes()
public boolean getExcluded()
public void setExcluded(boolean value)
value
- New valuepublic Node getParentNode()
public void setParentNode(Node value)
value
- New valuepublic BoundingBox getBoundingBox()
Copyright © 2019. All rights reserved.