Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PlayerPhysics.CollisionInfo
C# Class PlayerPhysics.CollisionInfo, 306_project2
ファイルを表示
Open project: ElliotWhiley/306_project2
Public Properties
Property
Type
Description
above
bool
climbingSlope
bool
descendingSlope
bool
left
bool
slopeAngle
float
velocityOld
Vector3
Public Methods
Method
Description
Reset
( ) :
void
Method Details
Reset()
public
method
public
Reset
( ) :
void
return
void
Property Details
above
public_oe property
public
bool
above
return
bool
climbingSlope
public_oe property
public
bool
climbingSlope
return
bool
descendingSlope
public_oe property
public
bool
descendingSlope
return
bool
left
public_oe property
public
bool
left
return
bool
slopeAngle
public_oe property
public
float
slopeAngle
return
float
velocityOld
public_oe property
public
Vector3
velocityOld
return
Vector3