feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
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
|
||||
Reference in New Issue
Block a user