C# 클래스 MilkShakeFramework.Core.Game.Components.Polygon.GiftWrap.GiftWrapQuad

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old

공개 프로퍼티들

프로퍼티 타입 설명
_collision int

공개 메소드들

메소드 설명
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

메소드 상세

GiftWrapQuad() 공개 메소드

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
리턴 System

프로퍼티 상세

_collision 공개적으로 프로퍼티

public int _collision
리턴 int