C# 클래스 PlatformManager, c-t-Lunar-Lander

상속: MonoBehaviour
파일 보기 프로젝트 열기: FlaShG/c-t-Lunar-Lander 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddPlatform ( Platform, p ) : void
PlatformActivated ( Platform, p ) : void
RemovePlatform ( Platform, p ) : void

메소드 상세

AddPlatform() 공개 정적인 메소드

public static AddPlatform ( Platform, p ) : void
p Platform,
리턴 void

PlatformActivated() 공개 정적인 메소드

public static PlatformActivated ( Platform, p ) : void
p Platform,
리턴 void

RemovePlatform() 공개 정적인 메소드

public static RemovePlatform ( Platform, p ) : void
p Platform,
리턴 void