C# Class NodeInspector.Demo.Dialogue.PlayAnimation

Inheritance: DialogueNode
Show file Open project: nicloay/Node-Inspector

Public Properties

Property Type Description
Animation UnityEngine.AnimationClip
ObjectKey string
Owner Owner

Public Methods

Method Description
Execute ( GameObject actor, GameObject opponent ) : void

Method Details

Execute() public method

public Execute ( GameObject actor, GameObject opponent ) : void
actor UnityEngine.GameObject
opponent UnityEngine.GameObject
return void

Property Details

Animation public property

public AnimationClip,UnityEngine Animation
return UnityEngine.AnimationClip

ObjectKey public property

public string ObjectKey
return string

Owner public property

public Owner Owner
return Owner