C# 클래스 LandData, unity-renderer

상속: MonoBehaviour
파일 보기 프로젝트 열기: decentraland/unity-renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
description string
isEstate bool
isOperator bool
isOwner bool
isParcel bool
name string
parcels ParcelData[]
size int
thumbnailURL string

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string

isEstate 공개적으로 프로퍼티

public bool isEstate
리턴 bool

isOperator 공개적으로 프로퍼티

public bool isOperator
리턴 bool

isOwner 공개적으로 프로퍼티

public bool isOwner
리턴 bool

isParcel 공개적으로 프로퍼티

public bool isParcel
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

parcels 공개적으로 프로퍼티

public ParcelData[] parcels
리턴 ParcelData[]

size 공개적으로 프로퍼티

public int size
리턴 int

thumbnailURL 공개적으로 프로퍼티

public string thumbnailURL
리턴 string