C# Class playAnimationOnTriggerEnter, casanova-mk2

Inheritance: MonoBehaviour
显示文件 Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
animationTarget GameObject
crossFadeTime float
selfDestroy bool
stateLayer int
stateToPlayName string

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Property Details

animationTarget public_oe property

public GameObject animationTarget
return GameObject

crossFadeTime public_oe property

public float crossFadeTime
return float

selfDestroy public_oe property

public bool selfDestroy
return bool

stateLayer public_oe property

public int stateLayer
return int

stateToPlayName public_oe property

public string stateToPlayName
return string