Format
typescript
Texture.isCrashclass: Texture
Description
(Read Only) Whether the current texture has encountered an exception.
Parameters
| param_name | type | description |
|---|
Return
| type | description |
|---|---|
boolean | Whether the current texture has encountered an exception. |
Code Example
typescript
let texture = Resources.Load<Texture>(Texture, "textureId");
texture.isCrash;