Editar

Share via


ScriptableObjectExtensions Class

Definition

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.

Applies to