C# Class MilkShakeFramework.Core.Game.Components.Polygon.GiftWrap.GiftWrapQuad

Mostrar archivo Open project: lucas-jones/MilkShake-old

Public Properties

Property Type Description
_collision int

Public Methods

Method Description
GiftWrapQuad ( Vector2 topLeft, Vector2 topRight, Vector2 bottomLeft, Vector2 bottomRight, float leftRotationOne, float leftRotationTwo, float rightRotationOne, float rightRotationTwo, Vector2 pointA, Vector2 pointB, Vector2 pointC, Vector2 pointD ) : System

Method Details

GiftWrapQuad() public method

public GiftWrapQuad ( Vector2 topLeft, Vector2 topRight, Vector2 bottomLeft, Vector2 bottomRight, float leftRotationOne, float leftRotationTwo, float rightRotationOne, float rightRotationTwo, Vector2 pointA, Vector2 pointB, Vector2 pointC, Vector2 pointD ) : System
topLeft Vector2
topRight Vector2
bottomLeft Vector2
bottomRight Vector2
leftRotationOne float
leftRotationTwo float
rightRotationOne float
rightRotationTwo float
pointA Vector2
pointB Vector2
pointC Vector2
pointD Vector2
return System

Property Details

_collision public_oe property

public int _collision
return int