Skip to main content

PooledObject

Complete API reference for PooledObject, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class PooledObject

Constructors

SignatureDescription
PooledObject(PooledObject)Creates a new instance of PooledObject.

Attributes

NameTypeDescription
instancePooledObjectRepresents the instance value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getPosition()Vector3Returns the position of the HPO at the specified index.
setPosition(Vector3)voidChanges the position of the HPO at the specified index.
getRotation()QuaternionReturns the rotation of the HPO at the specified index.
setRotation(Quaternion)voidChanges the rotation of the HPO at the specified index.
getScale()floatReturns the scale of the HPO at the specified index.
setScale(float)voidChanges the scale of the HPO at the specified index.