Arbor Reference
3.7.4
Component Reference
Behaviour Reference
Calculator Reference
Bool
Bounds
Collider
Collider2D
Collision
Collision2D
Component
EnumFlags
Events
Float
Input
Int
List
Long
Mathf
NodeGraph
Parameter
Quaternion
Random
RaycastHit
RaycastHit2D
Rect
Rect.Center
Rect.Compose
Rect.Contains
Rect.Decompose
Properties
Rect.MinMaxRect
Rect.NormalizedToPoint
Rect.Overlaps
Rect.PointToNormalized
RectTransform
Rigidbody
Rigidbody2D
Scene
String
Transform
Vector2
Vector3
BehaviourTree
Arbor Reference
Docs
»
Calculator Reference
»
Rect.Decompose
Rect.Decompose
¶
Decompose Rect into position and size.
Properties
¶
Property Name
Description
Rect
Rect
X
Output the X coordinate of the rectangle.
Y
Output the Y coordinate of the rectangle.
Width
Output the width of the rectangle
Height
Output the height of the rectangle