Table of Contents

Class PartialAnim

Namespace
VoxelPlayground.Ragdoll
Assembly
GamePlay.dll
public class PartialAnim : MonoBehaviour
Inheritance
object
PartialAnim
Extension Methods

Fields

anims

public PartialAnimClip[] anims

Field Value

PartialAnimClip[]

attackWindUp

public bool attackWindUp

Field Value

bool

nodes

public PartialNode[] nodes

Field Value

PartialNode[]

skipWhenNotPlaying

public bool skipWhenNotPlaying

Field Value

bool

Methods

IsPlaying()

public bool IsPlaying()

Returns

bool

PlayAnim(string)

public void PlayAnim(string animName)

Parameters

animName string

StopAnim()

public void StopAnim()

UpdateAnim()

public void UpdateAnim()