C# Class Engine.Objects.Particle

ファイルを表示 Open project: Radnen/sphere-sfml Class Usage Examples

Public Methods

Method Description
Render ( double ox, double oy ) : void
Setup ( EmitterInstance parent ) : void
Update ( double time ) : void

Method Details

Render() public method

public Render ( double ox, double oy ) : void
ox double
oy double
return void

Setup() public method

public Setup ( EmitterInstance parent ) : void
parent EmitterInstance
return void

Update() public method

public Update ( double time ) : void
time double
return void