C# Class AnimatorParameter.SampleController

Show file Open project: tsubaki/Unity-AnimatorAccessHelper

Public Properties

Property Type Description
State1_State1 int
State1_State2 int
animator UnityEngine.Animator

Protected Properties

Property Type Description
BoolParameterHash int
FloatParameterHash int
IntParameterHash int
TriggerHash int

Public Methods

Method Description
ResetTrigger ( ) : void
Trigger ( ) : void

Method Details

ResetTrigger() public method

public ResetTrigger ( ) : void
return void

Trigger() public method

public Trigger ( ) : void
return void

Property Details

BoolParameterHash protected static property

protected static int BoolParameterHash
return int

FloatParameterHash protected static property

protected static int FloatParameterHash
return int

IntParameterHash protected static property

protected static int IntParameterHash
return int

State1_State1 public static property

public static int State1_State1
return int

State1_State2 public static property

public static int State1_State2
return int

TriggerHash protected static property

protected static int TriggerHash
return int

animator public property

public Animator,UnityEngine animator
return UnityEngine.Animator