C# 클래스 SensingPointChoice, gro-ui

상속: MonoBehaviour
파일 보기 프로젝트 열기: OpenAgInitiative/gro-ui

공개 프로퍼티들

프로퍼티 타입 설명
node JSONNode
selected bool
selectionReceiver ISelectionReceiver
sensingPointName Text

공개 메소드들

메소드 설명
SetName ( string name ) : void
ToggleChoice ( bool toggle ) : void

메소드 상세

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void

ToggleChoice() 공개 메소드

public ToggleChoice ( bool toggle ) : void
toggle bool
리턴 void

프로퍼티 상세

node 공개적으로 프로퍼티

public JSONNode node
리턴 JSONNode

selected 공개적으로 프로퍼티

public bool selected
리턴 bool

selectionReceiver 공개적으로 프로퍼티

public ISelectionReceiver selectionReceiver
리턴 ISelectionReceiver

sensingPointName 공개적으로 프로퍼티

public Text sensingPointName
리턴 Text