Search Results for

    Show / Hide Table of Contents

    Class ParticlesEffect

    Inheritance
    object
    BaseMaterialDecorator
    MaterialDecorator
    ParticlesEffect
    Inherited Members
    MaterialDecorator.Material
    MaterialDecorator.AllowInstancing
    MaterialDecorator.Id
    MaterialDecorator.OrderBias
    MaterialDecorator.LayerDescription
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Effects
    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
    Type Name Description
    Material material

    Properties

    Matrices_CameraRight

    Declaration
    public Vector3 Matrices_CameraRight { get; set; }
    Property Value
    Type Description
    Vector3

    Matrices_CameraUp

    Declaration
    public Vector3 Matrices_CameraUp { get; set; }
    Property Value
    Type Description
    Vector3

    Matrices_ViewProj

    Declaration
    public Matrix4x4 Matrices_ViewProj { get; set; }
    Property Value
    Type Description
    Matrix4x4

    Matrices_WorldInverse

    Declaration
    public Matrix4x4 Matrices_WorldInverse { get; set; }
    Property Value
    Type Description
    Matrix4x4

    ParticleBuffer

    Declaration
    public Buffer ParticleBuffer { get; set; }
    Property Value
    Type Description
    Buffer

    ParticleTexture

    Declaration
    public Texture ParticleTexture { get; set; }
    Property Value
    Type Description
    Texture

    Sampler

    Declaration
    public SamplerState Sampler { get; set; }
    Property Value
    Type Description
    SamplerState

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX