C# Class NodeInspector.Demo.Dialogue.PlayAnimation

Inheritance: DialogueNode
Datei anzeigen 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_oe property

public AnimationClip,UnityEngine Animation
return UnityEngine.AnimationClip

ObjectKey public_oe property

public string ObjectKey
return string

Owner public_oe property

public Owner Owner
return Owner