C# 클래스 Food, UnderworldExporter

상속: MonoBehaviour
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Nutrition int

공개 메소드들

메소드 설명
ApplyAttack ( int damage ) : bool
Eat ( ) : bool
LookAt ( ) : bool
UseVerb ( ) : string
use ( ) : bool

비공개 메소드들

메소드 설명
foodFlavourText ( ) : string

The quality string of the food. Eg is it disgusting or not etc.

foodSmellText ( ) : string

How appetising the food looks and smells

메소드 상세

ApplyAttack() 공개 메소드

public ApplyAttack ( int damage ) : bool
damage int
리턴 bool

Eat() 공개 메소드

public Eat ( ) : bool
리턴 bool

LookAt() 공개 메소드

public LookAt ( ) : bool
리턴 bool

UseVerb() 공개 메소드

public UseVerb ( ) : string
리턴 string

use() 공개 메소드

public use ( ) : bool
리턴 bool

프로퍼티 상세

Nutrition 공개적으로 프로퍼티

public int Nutrition
리턴 int