40 lines
942 B
Plaintext
40 lines
942 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/RotatedRectangle.html
|
|
Title: People Playground Modding - RotatedRectangle
|
|
==================================================
|
|
|
|
public struct RotatedRectangle
|
|
No description provided
|
|
Fields
|
|
public readonly Vector2 Center
|
|
No description provided
|
|
|
|
public readonly Vector2 Size
|
|
No description provided
|
|
|
|
public readonly Vector2 Pivot
|
|
No description provided
|
|
|
|
public readonly float AngleDegrees
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) RotatedRectangle(Vector2 center, Vector2 size, Vector2 pivot, float angleDegrees)
|
|
No description provided
|
|
|
|
public Vector2 GetTopLeft()
|
|
No description provided
|
|
|
|
public Vector2 GetTopRight()
|
|
No description provided
|
|
|
|
public Vector2 GetBottomLeft()
|
|
No description provided
|
|
|
|
public Vector2 GetBottomRight()
|
|
No description provided
|
|
|
|
public override bool Equals(object obj)
|
|
No description provided
|
|
|
|
public override int GetHashCode()
|
|
No description provided |