Class VertexColorAnimator
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class VertexColorAnimator : MonoBehaviour
- Inheritance
-
VertexColorAnimator
Constructors
VertexColorAnimator()
public VertexColorAnimator()
Fields
animationKeyframes
public List<float> animationKeyframes
Field Value
- List<float>
animationMeshes
public List<MeshHolder> animationMeshes
Field Value
- List<MeshHolder>
mode
Field Value
- int
timeScale
Field Value
- float
Methods
addMesh(Mesh, float)
public void addMesh(Mesh mesh, float atPosition)
Parameters
mesh
Mesh
atPosition
float
deleteKeyframe(int)
public void deleteKeyframe(int frameIndex)
Parameters
frameIndex
int
initLists()
replaceKeyframe(int, Mesh)
public void replaceKeyframe(int frameIndex, Mesh mesh)
Parameters
frameIndex
int
mesh
Mesh
scrobble(float)
public void scrobble(float scrobblePos)
Parameters
scrobblePos
float