Show / Hide Table of Contents

Class StateMachineCountdown

Inheritance
System.Object
StateMachineCountdown
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class StateMachineCountdown : StateMachineBehaviour

Fields

max

Declaration
public float max
Field Value
Type Description
System.Single

min

Declaration
public float min
Field Value
Type Description
System.Single

parameterName

Declaration
public string parameterName
Field Value
Type Description
System.String

Methods

OnStateEnter(Animator, AnimatorStateInfo, Int32)

Declaration
public override void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
Parameters
Type Name Description
Animator animator
AnimatorStateInfo stateInfo
System.Int32 layerIndex

OnStateUpdate(Animator, AnimatorStateInfo, Int32)

Declaration
public override void OnStateUpdate(Animator animator, AnimatorStateInfo stateInfo, int layerIndex)
Parameters
Type Name Description
Animator animator
AnimatorStateInfo stateInfo
System.Int32 layerIndex
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾