C# 클래스 NodeInspector.Demo.Dialogue.PlayAnimation

상속: DialogueNode
파일 보기 프로젝트 열기: nicloay/Node-Inspector

공개 프로퍼티들

프로퍼티 타입 설명
Animation UnityEngine.AnimationClip
ObjectKey string
Owner Owner

공개 메소드들

메소드 설명
Execute ( GameObject actor, GameObject opponent ) : void

메소드 상세

Execute() 공개 메소드

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

프로퍼티 상세

Animation 공개적으로 프로퍼티

public AnimationClip,UnityEngine Animation
리턴 UnityEngine.AnimationClip

ObjectKey 공개적으로 프로퍼티

public string ObjectKey
리턴 string

Owner 공개적으로 프로퍼티

public Owner Owner
리턴 Owner