C# 클래스 BouncingLight, Uniject

파일 보기 프로젝트 열기: banderous/Uniject 1 사용 예제들

공개 메소드들

메소드 설명
BouncingLight ( TestableGameObject obj, Sphere, sphere, [ material, ILight light, Random rand ) : System
OnCollisionEnter ( Collision collision ) : void
Update ( ) : void

메소드 상세

BouncingLight() 공개 메소드

public BouncingLight ( TestableGameObject obj, Sphere, sphere, [ material, ILight light, Random rand ) : System
obj TestableGameObject
sphere Sphere,
material [
light ILight
rand Random
리턴 System

OnCollisionEnter() 공개 메소드

public OnCollisionEnter ( Collision collision ) : void
collision Collision
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void