Class DragCompute
Assembly: Evergine.Framework.dll
Syntax
public class DragCompute : ComputeTaskDecorator
Constructors
DragCompute(ComputeTask)
Declaration
public DragCompute(ComputeTask computeTask)
Parameters
DragCompute(Effect)
Declaration
public DragCompute(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
Properties
Matrices_EllapsedTime
Declaration
public float Matrices_EllapsedTime { get; set; }
Property Value
Matrices_ParticlesWorldInverse
Declaration
public Matrix4x4 Matrices_ParticlesWorldInverse { get; set; }
Property Value
Matrices_Position
Declaration
public Vector3 Matrices_Position { get; set; }
Property Value
ParamsBuffer_MaxParticles
Declaration
public uint ParamsBuffer_MaxParticles { get; set; }
Property Value
ParamsBuffer_Range
Declaration
public float ParamsBuffer_Range { get; set; }
Property Value
ParamsBuffer_Strength
Declaration
public float ParamsBuffer_Strength { get; set; }
Property Value
ParamsBuffer_TimeFactor
Declaration
public float ParamsBuffer_TimeFactor { get; set; }
Property Value
ParticleBuffer
Declaration
public Buffer ParticleBuffer { get; set; }
Property Value
Extension Methods