ParticleConeShapeOptions
Complete API reference for ParticleConeShapeOptions, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Particles
Component: no
public class ParticleConeShapeOptions
Constructors
| Signature | Description |
|---|---|
ParticleConeShapeOptions(ParticleConeShapeOptions) | Executes ParticleConeShapeOptions and returns after the underlying engine call finishes. |
ParticleConeShapeOptions(Engine) | Executes ParticleConeShapeOptions and returns after the underlying engine call finishes. |
ParticleConeShapeOptions() | Creates a new instance of ParticleConeShapeOptions. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | ParticleConeShapeOptions | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
maxAngle | float | get/set | Virtual attribute exposed by getMaxAngle. Access it like a field to read or write the underlying value. |
minAngle | float | get/set | Virtual attribute exposed by getMinAngle. Access it like a field to read or write the underlying value. |
radius | float | get/set | Virtual attribute exposed by getRadius. Access it like a field to read or write the underlying value. |