Share via


ContentIslandStateChangedEventArgs.DidLocalToParentTransformMatrixChange Property

Definition

Gets whether the local to parent transform matrix for the ContentIsland changed.

public:
 property bool DidLocalToParentTransformMatrixChange { bool get(); };
bool DidLocalToParentTransformMatrixChange();
public bool DidLocalToParentTransformMatrixChange { get; }
var boolean = contentIslandStateChangedEventArgs.didLocalToParentTransformMatrixChange;
Public ReadOnly Property DidLocalToParentTransformMatrixChange As Boolean

Property Value

Boolean

bool

True, if the local to parent transform matrix for the ContentIsland changed; otherwise, false.

Applies to