Class ParticlesEffect
Inheritance
ParticlesEffect
Assembly: Evergine.Framework.dll
Syntax
[MaterialDecorator("5d0ed39b-6526-4c39-8de0-d00d78ba5de0")]
public class ParticlesEffect : MaterialDecorator
Constructors
ParticlesEffect(Effect)
Declaration
public ParticlesEffect(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
ParticlesEffect(Material)
Declaration
public ParticlesEffect(Material material)
Parameters
Properties
Matrices_CameraRight
Declaration
public Vector3 Matrices_CameraRight { get; set; }
Property Value
Matrices_CameraUp
Declaration
public Vector3 Matrices_CameraUp { get; set; }
Property Value
Matrices_ViewProj
Declaration
public Matrix4x4 Matrices_ViewProj { get; set; }
Property Value
Matrices_WorldInverse
Declaration
public Matrix4x4 Matrices_WorldInverse { get; set; }
Property Value
ParticleBuffer
Declaration
public Buffer ParticleBuffer { get; set; }
Property Value
ParticleTexture
Declaration
public Texture ParticleTexture { get; set; }
Property Value
Sampler
Declaration
public SamplerState Sampler { get; set; }
Property Value
Extension Methods