Class GeometryChangedEvent
Inheritance
GeometryChangedEvent
Assembly: UnityEngine.dll
Syntax
public class GeometryChangedEvent : EventBase<GeometryChangedEvent>, IDisposable, IPropagatableEvent
Constructors
|
Improve this Doc
View Source
GeometryChangedEvent()
Declaration
public GeometryChangedEvent()
Properties
|
Improve this Doc
View Source
newRect
Declaration
public Rect newRect { get; }
Property Value
|
Improve this Doc
View Source
oldRect
Declaration
public Rect oldRect { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetPooled(Rect, Rect)
Declaration
public static GeometryChangedEvent GetPooled(Rect oldRect, Rect newRect)
Parameters
Type |
Name |
Description |
Rect |
oldRect |
|
Rect |
newRect |
|
Returns
|
Improve this Doc
View Source
Init()
Declaration
protected override void Init()
Overrides
UnityEngine.Experimental.UIElements.EventBase<UnityEngine.Experimental.UIElements.GeometryChangedEvent>.Init()
Implements
Extension Methods