Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SharpNeat
DomainsExtra
WalkerBox2d
WalkerWorldUtils
C# Class SharpNeat.DomainsExtra.WalkerBox2d.WalkerWorldUtils
Show file
Open project: colgreen/sharpneat
Class Usage Examples
Public Methods
Method
Description
CreateMound
(
World
world
,
float
x
,
float
y
,
float
friction
,
float
restitution
) :
void
Method Details
CreateMound()
public
static
method
public
static
CreateMound
(
World
world
,
float
x
,
float
y
,
float
friction
,
float
restitution
) :
void
world
Box2DX.Dynamics.World
x
float
y
float
friction
float
restitution
float
return
void