ScriptableObjectExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for ScriptableObjects
public ref class ScriptableObjectExtensions abstract sealed
public static class ScriptableObjectExtensions
type ScriptableObjectExtensions = class
Public Module ScriptableObjectExtensions
- Inheritance
-
ScriptableObjectExtensions
Methods
CreateAsset(ScriptableObject, String, String) |
Creates, saves, and then opens a new asset for the target ScriptableObject. |
GetAllInstances(Type) |
Gets all the scriptable object instances in the project. |
GetAllInstances<T>() |
Gets all the scriptable object instances in the project. |