Skip to main content

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

SignatureDescription
TrailRenderer(TrailRenderer)Creates a new instance of TrailRenderer.
TrailRenderer(Engine)Creates a new instance of TrailRenderer.
TrailRenderer()Creates a new instance of TrailRenderer.

Attributes

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

Virtual Attributes

NameTypeAccessDescription
alignmentAlignmentget/setReturns the current alignment.
alphaBasedAlphaBasedget/setReturns the current alpha based.
alphaOverLifeTimeCurveCurveget/setReturns the current alpha over life time curve.
castShadowsbooleanget/setReturns whether cast shadows is enabled.
colorColorget/setReturns the current color.
colorBasedColorBasedget/setReturns the current color based.
colorGradientColorGradientget/setReturns the current color gradient.
colorModeColorModeget/setReturns the current color mode.
enableEmissionbooleanget/setReturns whether enable emission is enabled.
fullWhitebooleanget/setReturns whether full white is enabled.
maxLengthfloatget/setReturns the current max length.
maxLifeSecondsfloatget/setReturns the current max life seconds.
maxSpeedfloatget/setReturns the current max speed.
minPointDistancefloatget/setReturns the current min point distance.
pointsPerSecondfloatget/setReturns the current points per second.
receiveLightbooleanget/setReturns whether receive light is enabled.
receiveShadowsbooleanget/setReturns whether receive shadows is enabled.
rotateUV90booleanget/setReturns whether rotate uv90 is enabled.
sizeBasedSizeBasedget/setReturns the current size based.
sizeOverLifeTimeCurveCurveget/setReturns the current size over life time curve.
startSizefloatget/setReturns the current start size.
textureFileStringget/setReturns the current texture file.
textureInstanceTextureget/setReturns the current texture instance.
transparencyBasedTransparencyBasedget/setReturns the current transparency based.
uvModeUVModeget/setReturns the current uv mode.
worldSpaceWorldSpaceget/setReturns the current world space.