C# Class PlayerPhysics.CollisionInfo, 306_project2

Show file 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 property

public bool above
return bool

climbingSlope public property

public bool climbingSlope
return bool

descendingSlope public property

public bool descendingSlope
return bool

left public property

public bool left
return bool

slopeAngle public property

public float slopeAngle
return float

velocityOld public property

public Vector3 velocityOld
return Vector3