Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
UnityPlatformer
Box
C# 클래스 UnityPlatformer.Box
Box Tile A box is a combination of a Character and MovingPlatform.
상속:
UnityEngine.MonoBehaviour
파일 보기
프로젝트 열기: llafuente/unity-platformer
공개 프로퍼티들
프로퍼티
타입
설명
boxCharacter
Character
boxMovingPlatform
MovingPlatform
공개 메소드들
메소드
설명
OnEnable
( ) :
void
메소드 상세
OnEnable()
공개
메소드
public
OnEnable
( ) :
void
리턴
void
프로퍼티 상세
boxCharacter
공개적으로 프로퍼티
Real Body, what is going to be moved
public
Character
boxCharacter
리턴
Character
boxMovingPlatform
공개적으로 프로퍼티
Fake MovingPlatform so Character can stand over the box and move with it
public
MovingPlatform,UnityPlatformer
boxMovingPlatform
리턴
MovingPlatform