|
Init(args)
Scripting Reference
|
◆ EditorServiceAttribute() [1/2]
Classes that have the EditorServiceAttribute can provide services for one or more client objects. A single instance of each class that has the attribute will automatically get cached behind the scenes making them ready for clients to retrieve as needed. The type of the class that contains the attribute will be used as the defining type for the service unless a definingType argument is provided. A fresh instance of the service will be created unless EditorDefaultResourcesPath or AddressableKey is used to specify a location from which an existing instance of the service can be loaded. |