Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MoneySystem
C# 클래스 MoneySystem, HomeAlone
Money system.cd Author: Kevin Harris handles money process money either adds or subtracts money for the user depending on if pus or minus is added
상속:
MonoBehaviour
파일 보기
프로젝트 열기: SNUGDC/HomeAlone
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
ContentsName
string
MoneyIn
bool
MoneyOut
bool
Remainder
Text,
income
int
money
int
outcome
int
remainder
int
공개 메소드들
메소드
설명
Deposit
( ) :
void
Start
( ) :
void
Update
( ) :
void
reset
( ) :
void
save
( ) :
void
메소드 상세
Deposit()
공개
메소드
public
Deposit
( ) :
void
리턴
void
Start()
공개
메소드
public
Start
( ) :
void
리턴
void
Update()
공개
메소드
public
Update
( ) :
void
리턴
void
reset()
공개
메소드
public
reset
( ) :
void
리턴
void
save()
공개
메소드
public
save
( ) :
void
리턴
void
프로퍼티 상세
ContentsName
공개적으로 정적으로 프로퍼티
public
static
string
ContentsName
리턴
string
MoneyIn
공개적으로 정적으로 프로퍼티
public
static
bool
MoneyIn
리턴
bool
MoneyOut
공개적으로 정적으로 프로퍼티
public
static
bool
MoneyOut
리턴
bool
Remainder
공개적으로 프로퍼티
public
Text,
Remainder
리턴
Text,
income
공개적으로 정적으로 프로퍼티
public
static
int
income
리턴
int
money
공개적으로 정적으로 프로퍼티
public
static
int
money
리턴
int
outcome
공개적으로 정적으로 프로퍼티
public
static
int
outcome
리턴
int
remainder
공개적으로 정적으로 프로퍼티
public
static
int
remainder
리턴
int