Method FindOverlayById
FindOverlayById(string)
Finds an aura overlay by its globally unique identifier.
Declaration
IAuraOverlay FindOverlayById(string modelId)
Parameters
Type | Name | Description |
---|---|---|
string | modelId | The globally unique identifier of the aura overlay model. |
Returns
Type | Description |
---|---|
IAuraOverlay | The aura overlay with the specified identifier, or null if not found. |