C# Class PlayerPhysics.CollisionInfo, 306_project2

Datei anzeigen 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