s&box docs

public sealed class Sandbox.ParticleModelRenderer : Sandbox.ParticleController

Renders particles as models, using the particle's position, rotation, and size.

Constructors

Showing 1 constructors

Properties

Showing 8 properties

public bool Sandbox.ParticleModelRenderer.CastShadows { get; set; }

Indicates whether particles cast shadows.

public System.Collections.Generic.List`1<Sandbox.Model> Sandbox.ParticleModelRenderer.Models { get; set; }Obsolete

List of models for rendering. This property is obsolete; use `Sandbox.ParticleModelRenderer.Choices` instead.

Obsolete: Use Choices

public bool Sandbox.ParticleModelRenderer.RotateWithGameObject { get; set; }

If true, the models will rotate relative to the this GameObject

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ParticleModelRenderer

On this page