C# Class AnimatorParameter.SampleController

显示文件 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_oe static_oe property

protected static int BoolParameterHash
return int

FloatParameterHash protected_oe static_oe property

protected static int FloatParameterHash
return int

IntParameterHash protected_oe static_oe property

protected static int IntParameterHash
return int

State1_State1 public_oe static_oe property

public static int State1_State1
return int

State1_State2 public_oe static_oe property

public static int State1_State2
return int

TriggerHash protected_oe static_oe property

protected static int TriggerHash
return int

animator public_oe property

public Animator,UnityEngine animator
return UnityEngine.Animator