Transform.isDisposed

Returns <code>true</code> if the Transform has been disposed, and <code>false</code> otherwise. <p> This method gets the dispose state for the Transform. When a Transform has been disposed, it is an error to invoke any other method using the Transform.

@return <code>true</code> when the Transform is disposed, and <code>false</code> otherwise

class Transform
override
bool
isDisposed
(
)

Meta