Skeleton

Overview

Skeleton is a class in Aspose.3D FOSS for Java. Inherits from: Entity.

A skeleton defines a hierarchical structure of bones for skinning.

This class provides 26 methods for working with Skeleton objects in Java programs. Available methods include: A3DObject, Entity, SceneObject, Skeleton, findProperty, getBoundingBox, getChildren, getEntityRendererKey, getExcluded, getName, getNode, getParentNode, and 10 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: boundingBox, children, entityRendererKey, excluded, name, node, and 4 more.

Properties

NameTypeAccessDescription
childrenList<Skeleton>ReadGets all child skeletons.
nodeNodeReadGets the node associated with this skeleton.
parentNodeNodeReadGets the parent node.
parentNodesArrayList<Node>ReadGets the parent nodes.
excludedbooleanReadGets the excluded.
boundingBoxBoundingBoxReadGets the bounding box.
entityRendererKeyEntityRendererKeyReadGets the entity renderer key.
sceneSceneReadGets the scene.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
Skeleton()Constructor of Skeleton.
Skeleton(name: String)Constructor of Skeleton.
getChildren()List<Skeleton>Gets all child skeletons.
getNode()NodeGets the node associated with this skeleton.
setNode(value: Node)Sets the node associated with this skeleton.
Entity(name: String)Calls Entity(name) on this Skeleton instance.
getParentNode()NodeReturns the parent node.
setParentNode(value: Node)Sets the parent node value.
getParentNodes()ArrayList<Node>Returns the parent nodes.
getExcluded()booleanReturns the excluded.
setExcluded(value: boolean)Sets the excluded value.
getBoundingBox()BoundingBoxReturns the bounding box.
getEntityRendererKey()EntityRendererKeyReturns the entity renderer key.
SceneObject()Calls SceneObject on this Skeleton instance.
SceneObject(name: String)Calls SceneObject(name) on this Skeleton instance.
getScene()SceneReturns the scene.
A3DObject()Calls A3DObject on this Skeleton instance.
A3DObject(name: String)Calls A3DObject(name) on this Skeleton instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this Skeleton instance.
getProperty(name: String)ObjectGets all child skeletons.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanGets the node associated with this skeleton.
removeProperty(property: Property)booleanCalls removeProperty(property) on this Skeleton instance.

See Also

 English