Struct RendererParticles_RenderBatch.PropertyBlockData
An extendable struct that functions as the key for the mapping of particles to their render class. Particles with identical properties can be rendered in the same batch.
Namespace: AS2.Visuals
Assembly: .dll
Syntax
public struct RendererParticles_RenderBatch.PropertyBlockData
Constructors
| Edit this page View SourcePropertyBlockData(Color, int)
Declaration
public PropertyBlockData(Color color, int pinsPerMesh)
Parameters
Type | Name | Description |
---|---|---|
Color | color | |
int | pinsPerMesh |
Fields
| Edit this page View Sourcecolor
The color of the rendered particle.
Declaration
public Color color
Field Value
Type | Description |
---|---|
Color |
pinsPerSide
The number of pins on each side of the particle.
Declaration
public int pinsPerSide
Field Value
Type | Description |
---|---|
int |