C# 클래스 SimObject

상속: MonoBehaviour
파일 보기 프로젝트 열기: FIU-SCIS-Senior-Projects/SmartBuilding4 1 사용 예제들

공개 메소드들

메소드 설명
checkTaskCompletion ( ) : void

Checks the task completion. Should be called whenever an object is interacted in a way that would complete a task. Uses simulation manager to get the current task

getDesc ( ) : string
getName ( ) : string
setDescription ( string d ) : void
setName ( string n ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

checkTaskCompletion() 공개 메소드

Checks the task completion. Should be called whenever an object is interacted in a way that would complete a task. Uses simulation manager to get the current task
public checkTaskCompletion ( ) : void
리턴 void

getDesc() 공개 메소드

public getDesc ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

setDescription() 공개 메소드

public setDescription ( string d ) : void
d string
리턴 void

setName() 공개 메소드

public setName ( string n ) : void
n string
리턴 void