PooledObject
Complete API reference for PooledObject, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class PooledObject
Constructors
| Signature | Description |
|---|---|
PooledObject(PooledObject) | Creates a new instance of PooledObject. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | PooledObject | Represents the instance value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
getPosition() | Vector3 | Returns the position of the HPO at the specified index. |
setPosition(Vector3) | void | Changes the position of the HPO at the specified index. |
getRotation() | Quaternion | Returns the rotation of the HPO at the specified index. |
setRotation(Quaternion) | void | Changes the rotation of the HPO at the specified index. |
getScale() | float | Returns the scale of the HPO at the specified index. |
setScale(float) | void | Changes the scale of the HPO at the specified index. |