C# Class UnityPlatformer.RaycastController.RaycastOrigins

Show file Open project: llafuente/unity-platformer

Public Properties

Property Type Description
bottomCenter Vector2
bottomLeft Vector2
bottomRight Vector2
topCenter Vector2
topLeft Vector2
topRight Vector2

Property Details

bottomCenter public property

Bottom center
public Vector2 bottomCenter
return Vector2

bottomLeft public property

Bottom left
public Vector2 bottomLeft
return Vector2

bottomRight public property

Bottom right
public Vector2 bottomRight
return Vector2

topCenter public property

Top center
public Vector2 topCenter
return Vector2

topLeft public property

Top left
public Vector2 topLeft
return Vector2

topRight public property

Top right
public Vector2 topRight
return Vector2