ContentIslandStateChangedEventArgs.DidLocalToClientTransformMatrixChange Property

Definition

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

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

Property Value

Boolean

bool

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

Applies to