Class RectTransformAdapter
Implements
Namespace: i5.Toolkit.Core.Utilities.UnityAdapters
Assembly: cs.temp.dll.dll
Syntax
public class RectTransformAdapter : IRectangle
Constructors
RectTransformAdapter(RectTransform)
Declaration
public RectTransformAdapter(RectTransform adaptee)
Parameters
Type | Name | Description |
---|---|---|
RectTransform | adaptee |
Properties
Adaptee
Declaration
public RectTransform Adaptee { get; }
Property Value
Type | Description |
---|---|
RectTransform |
Size
Declaration
public Vector2 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |