Class PointAttractorCompute
Inheritance
PointAttractorCompute
Assembly: Evergine.Framework.dll
Syntax
[MaterialDecorator("f79873b0-80c4-49ef-b7ae-2044b59c5324")]
public class PointAttractorCompute : ComputeTaskDecorator
Constructors
PointAttractorCompute(ComputeTask)
Declaration
public PointAttractorCompute(ComputeTask computeTask)
Parameters
PointAttractorCompute(Effect)
Declaration
public PointAttractorCompute(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
Properties
EntityIndices
Declaration
public Buffer EntityIndices { get; set; }
Property Value
EntitySKPositions
Declaration
public Buffer EntitySKPositions { get; set; }
Property Value
Declaration
public Buffer EntityTransforms { get; set; }
Property Value
EntityVertices
Declaration
public Buffer EntityVertices { get; set; }
Property Value
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
Matrices_SKRootJoint
Declaration
public Matrix4x4 Matrices_SKRootJoint { get; set; }
Property Value
ParamsBuffer_CutoutRange
Declaration
public float ParamsBuffer_CutoutRange { get; set; }
Property Value
ParamsBuffer_CutoutStrength
Declaration
public float ParamsBuffer_CutoutStrength { get; set; }
Property Value
ParamsBuffer_MaxParticles
Declaration
public uint ParamsBuffer_MaxParticles { get; set; }
Property Value
ParamsBuffer_NumEntityIndices
Declaration
public uint ParamsBuffer_NumEntityIndices { get; set; }
Property Value
ParamsBuffer_NumEntityVertices
Declaration
public uint ParamsBuffer_NumEntityVertices { get; set; }
Property Value
ParamsBuffer_NumSKPositions
Declaration
public uint ParamsBuffer_NumSKPositions { 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
ParticleBufferB
Declaration
public Buffer ParticleBufferB { get; set; }
Property Value
Extension Methods