C# Class playAnimationOnTriggerEnter, casanova-mk2

Inheritance: MonoBehaviour
Show file 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 property

public GameObject animationTarget
return GameObject

crossFadeTime public property

public float crossFadeTime
return float

selfDestroy public property

public bool selfDestroy
return bool

stateLayer public property

public int stateLayer
return int

stateToPlayName public property

public string stateToPlayName
return string