ObjectIsSupportedInBuild(Object)
Validates if the object is supported in the build.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Content
- Assembly: UnityEditor.CoreModule
public static bool ObjectIsSupportedInBuild(Object targetObject)
Parameters
The target object to validate.
Returns
Type | Description |
|---|---|
| bool | Returns True if the passed in target object is a valid runtime object. |