C# 클래스 Ctrl_Space.Gameplay.World

파일 보기 프로젝트 열기: vkd/Ctrl-Space 1 사용 예제들

공개 메소드들

메소드 설명
Add ( GameObject gameObject ) : void
Update ( World world, Particles particles ) : void
this ( int i ) : GameObject

메소드 상세

Add() 공개 메소드

public Add ( GameObject gameObject ) : void
gameObject GameObject
리턴 void

Update() 공개 메소드

public Update ( World world, Particles particles ) : void
world World
particles Ctrl_Space.Graphics.Particles
리턴 void

this() 공개 메소드

public this ( int i ) : GameObject
i int
리턴 GameObject