Class ScriptableObjectUtility
Inherited Members
Namespace: Cinemachine.Editor
Assembly: solution.dll
Syntax
public class ScriptableObjectUtility : ScriptableObject
Fields
| Name | Description |
|---|---|
| kPackageRoot |
Properties
| Name | Description |
|---|---|
| CinemachineInstallPath | Get the Cinemachine package install path. Works whether CM is a packman package or an ordinary asset. |
| CinemachineRealativeInstallPath | Get the Cinemachine package install path. Works whether CM is a packman package or an ordinary asset. |
Methods
| Name | Description |
|---|---|
| CreateAt(Type, string) | Create a scriptable object asset |
| CreateAt<T>(string) | Create a scriptable object asset |
| Create<T>(bool, bool) |