Table of Contents

Class KnockOutState

Namespace
VoxelPlayground.Gaming
Assembly
GamePlay.dll
public class KnockOutState : CharacterState
Inheritance
object
KnockOutState
Inherited Members

Constructors

KnockOutState(bool)

public KnockOutState(bool killCrippledCharacter = true)

Parameters

killCrippledCharacter bool

Methods

Enter()

public override void Enter()

Exit()

public override void Exit()

GetUp()

public void GetUp()

SetGetUpWaitTime(float)

public void SetGetUpWaitTime(float time)

Parameters

time float

SetNextState(CharacterState)

public void SetNextState(CharacterState state)

Parameters

state CharacterState

Update(float)

public override void Update(float deltaTime)

Parameters

deltaTime float