Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WolfEngine
Player
C# Class WolfEngine.Player
显示文件
Open project: emcf/WolfEngine
Public Properties
Property
Type
Description
Angle
float
Position
Vector2f
Public Methods
Method
Description
Player
(
Vector2f
position
,
float
angle
) :
System
ToString
( ) :
string
Method Details
Player()
public
method
public
Player
(
Vector2f
position
,
float
angle
) :
System
position
Vector2f
angle
float
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
Angle
public_oe property
public
float
Angle
return
float
Position
public_oe property
public
Vector2f,WolfEngine
Position
return
Vector2f