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

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

공개 프로퍼티들

프로퍼티 타입 설명
ItemNumber int
ItemType ItemType
Owner Owner

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

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

프로퍼티 상세

ItemNumber 공개적으로 프로퍼티

public int ItemNumber
리턴 int

ItemType 공개적으로 프로퍼티

public ItemType ItemType
리턴 ItemType

Owner 공개적으로 프로퍼티

public Owner Owner
리턴 Owner