C# Class playAnimationOnTriggerEnter, casanova-mk2

Inheritance: MonoBehaviour
Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Свойство Type Description
animationTarget GameObject
crossFadeTime float
selfDestroy bool
stateLayer int
stateToPlayName string

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Property Details

animationTarget public_oe property

public GameObject animationTarget
Résultat GameObject

crossFadeTime public_oe property

public float crossFadeTime
Résultat float

selfDestroy public_oe property

public bool selfDestroy
Résultat bool

stateLayer public_oe property

public int stateLayer
Résultat int

stateToPlayName public_oe property

public string stateToPlayName
Résultat string