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