Class KeyframeUtils
java.lang.Object
gaiasky.scene.entity.KeyframeUtils
Utilities to construct verts objects to function as part of keyframe visuals (points, lines, etc.).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.ashley.core.EntitynewVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize) com.badlogic.ashley.core.EntitynewVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps) com.badlogic.ashley.core.EntitynewVerts(Scene scene, String name, ComponentTypes ct, String className, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean blend, boolean depth) com.badlogic.ashley.core.EntitynewVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps, double trailMap)
-
Constructor Details
-
KeyframeUtils
public KeyframeUtils()
-
-
Method Details
-
newVerts
public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps, double trailMap) -
newVerts
public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean arrowCaps) -
newVerts
public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String archetypeName, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize) -
newVerts
public com.badlogic.ashley.core.Entity newVerts(Scene scene, String name, ComponentTypes ct, String className, float[] color, RenderGroup rg, boolean closedLoop, float primitiveSize, boolean blend, boolean depth)
-