C# Class FarseerPhysics.Samples.Demos.Prefabs.WebOfGoo

ファイルを表示 Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
Draw ( SpriteBatch batch ) : void
WebOfGoo ( World world, Vector2 position, float radius, int rings, int sides ) : System.Collections.Generic

Method Details

Draw() public method

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

WebOfGoo() public method

public WebOfGoo ( World world, Vector2 position, float radius, int rings, int sides ) : System.Collections.Generic
world FarseerPhysics.Dynamics.World
position Microsoft.Xna.Framework.Vector2
radius float
rings int
sides int
return System.Collections.Generic