C# 클래스 Boots

상속: Item
파일 보기 프로젝트 열기: marouen-lamiri/Second-Soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
itemName string
price int

공개 메소드들

메소드 설명
Boots ( ) : UnityEngine
getDescription ( ) : string
getHeight ( ) : int
getImage ( ) : Texture2D
getPrice ( ) : int
getString ( ) : string
getWidth ( ) : int
getX ( ) : int
getY ( ) : int
setPlayer ( ) : void

메소드 상세

Boots() 공개 메소드

public Boots ( ) : UnityEngine
리턴 UnityEngine

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getHeight() 공개 메소드

public getHeight ( ) : int
리턴 int

getImage() 공개 메소드

public getImage ( ) : Texture2D
리턴 UnityEngine.Texture2D

getPrice() 공개 메소드

public getPrice ( ) : int
리턴 int

getString() 공개 메소드

public getString ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : int
리턴 int

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int

setPlayer() 공개 메소드

public setPlayer ( ) : void
리턴 void

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string

itemName 공개적으로 프로퍼티

public string itemName
리턴 string

price 공개적으로 프로퍼티

public int price
리턴 int