C# Class BouncingLight, Uniject

显示文件 Open project: banderous/Uniject Class Usage Examples

Public Methods

Method Description
BouncingLight ( TestableGameObject obj, Sphere, sphere, [ material, ILight light, Random rand ) : System
OnCollisionEnter ( Collision collision ) : void
Update ( ) : void

Method Details

BouncingLight() public method

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

OnCollisionEnter() public method

public OnCollisionEnter ( Collision collision ) : void
collision Collision
return void

Update() public method

public Update ( ) : void
return void