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

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

공개 프로퍼티들

프로퍼티 타입 설명
Caption1 string
Caption2 string

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

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

ExecuteNodeIfNotNull() 공개 메소드

public ExecuteNodeIfNotNull ( DialogueNode node, GameObject actor, GameObject opponent ) : void
node DialogueNode
actor UnityEngine.GameObject
opponent UnityEngine.GameObject
리턴 void

프로퍼티 상세

Caption1 공개적으로 프로퍼티

public string Caption1
리턴 string

Caption2 공개적으로 프로퍼티

public string Caption2
리턴 string