Class MeshVisualDrawData
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.visual.types.mesh.MeshVisualDrawData
- All Implemented Interfaces:
ParticleVisualDrawData
-
Constructor Summary
ConstructorsConstructorDescriptionMeshVisualDrawData(ParticleView particles, int liveCount, int targetVisualId, float offsetX, float offsetY, float offsetZ) -
Method Summary
-
Constructor Details
-
MeshVisualDrawData
public MeshVisualDrawData(ParticleView particles, int liveCount, int targetVisualId, float offsetX, float offsetY, float offsetZ)
-
-
Method Details
-
particles
-
liveCount
public int liveCount() -
targetVisualId
public int targetVisualId() -
offsetX
public float offsetX() -
offsetY
public float offsetY() -
offsetZ
public float offsetZ()
-