TrailRenderer
Complete API reference for TrailRenderer, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Particles
Component: yes
public class TrailRenderer extends Component
Constructors
| Signature | Description |
|---|---|
TrailRenderer(TrailRenderer) | Creates a new instance of TrailRenderer. |
TrailRenderer(Engine) | Creates a new instance of TrailRenderer. |
TrailRenderer() | Creates a new instance of TrailRenderer. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | TrailRenderer | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
alignment | Alignment | get/set | Returns the current alignment. |
alphaBased | AlphaBased | get/set | Returns the current alpha based. |
alphaOverLifeTimeCurve | Curve | get/set | Returns the current alpha over life time curve. |
castShadows | boolean | get/set | Returns whether cast shadows is enabled. |
color | Color | get/set | Returns the current color. |
colorBased | ColorBased | get/set | Returns the current color based. |
colorGradient | ColorGradient | get/set | Returns the current color gradient. |
colorMode | ColorMode | get/set | Returns the current color mode. |
enableEmission | boolean | get/set | Returns whether enable emission is enabled. |
fullWhite | boolean | get/set | Returns whether full white is enabled. |
maxLength | float | get/set | Returns the current max length. |
maxLifeSeconds | float | get/set | Returns the current max life seconds. |
maxSpeed | float | get/set | Returns the current max speed. |
minPointDistance | float | get/set | Returns the current min point distance. |
pointsPerSecond | float | get/set | Returns the current points per second. |
receiveLight | boolean | get/set | Returns whether receive light is enabled. |
receiveShadows | boolean | get/set | Returns whether receive shadows is enabled. |
rotateUV90 | boolean | get/set | Returns whether rotate uv90 is enabled. |
sizeBased | SizeBased | get/set | Returns the current size based. |
sizeOverLifeTimeCurve | Curve | get/set | Returns the current size over life time curve. |
startSize | float | get/set | Returns the current start size. |
textureFile | String | get/set | Returns the current texture file. |
textureInstance | Texture | get/set | Returns the current texture instance. |
transparencyBased | TransparencyBased | get/set | Returns the current transparency based. |
uvMode | UVMode | get/set | Returns the current uv mode. |
worldSpace | WorldSpace | get/set | Returns the current world space. |