Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AssemblyCSharp
PizzaDefinition
C# 클래스 AssemblyCSharp.PizzaDefinition
상속:
Definition
,
IRecipe
파일 보기
프로젝트 열기: wooga/ps_social_jam
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
dough
string
dough_weight
int
sauce
string
sauce_weight
int
topping
string
topping_weight
int
공개 메소드들
메소드
설명
GetGroups
( ) :
List
ToString
( ) :
string
비공개 메소드들
메소드
설명
Weighter
(
int
index
) :
Weighter
메소드 상세
GetGroups()
공개
메소드
public
GetGroups
( ) :
List
리턴
List
ToString()
공개
메소드
public
ToString
( ) :
string
리턴
string
프로퍼티 상세
dough
보호되어 있는 프로퍼티
protected
string
dough
리턴
string
dough_weight
보호되어 있는 프로퍼티
protected
int
dough_weight
리턴
int
sauce
보호되어 있는 프로퍼티
protected
string
sauce
리턴
string
sauce_weight
보호되어 있는 프로퍼티
protected
int
sauce_weight
리턴
int
topping
보호되어 있는 프로퍼티
protected
string
topping
리턴
string
topping_weight
보호되어 있는 프로퍼티
protected
int
topping_weight
리턴
int