Class PixelArtSettings
Inheritance
Object
ScriptableObject
PixelArtSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit.PixelArt
Assembly: Glitch9.AIDevKit.PixelArt.dll
Syntax
[AssetPath("Resources/AIDevKit/", AssetPathAttribute.Location.ResourcesFolder)]
public sealed class PixelArtSettings : ScriptableRuntimeSingleton<PixelArtSettings>
Properties
| Edit this page View SourceDefaultAnimationModel
Declaration
public static string DefaultAnimationModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultCameraView
Declaration
public static SpriteCameraView DefaultCameraView { get; }
Property Value
| Type | Description |
|---|---|
| SpriteCameraView |
DefaultDetail
Declaration
public static SpriteDetail DefaultDetail { get; }
Property Value
| Type | Description |
|---|---|
| SpriteDetail |
DefaultDirection
Declaration
public static SpriteDirection DefaultDirection { get; }
Property Value
| Type | Description |
|---|---|
| SpriteDirection |
DefaultGenerationModel
Declaration
public static string DefaultGenerationModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultInpaintingModel
Declaration
public static string DefaultInpaintingModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultIsometric
Declaration
public static bool DefaultIsometric { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DefaultNoBackground
Declaration
public static bool DefaultNoBackground { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DefaultObliqueProjection
Declaration
public static bool DefaultObliqueProjection { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DefaultOutline
Declaration
public static SpriteOutline DefaultOutline { get; }
Property Value
| Type | Description |
|---|---|
| SpriteOutline |
DefaultRotationModel
Declaration
public static string DefaultRotationModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultShading
Declaration
public static SpriteShading DefaultShading { get; }
Property Value
| Type | Description |
|---|---|
| SpriteShading |
DefaultSkeletonEstimationModel
Declaration
public static string DefaultSkeletonEstimationModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultSpriteSize
Declaration
public static SpriteSize DefaultSpriteSize { get; }
Property Value
| Type | Description |
|---|---|
| SpriteSize |
DefaultTilesetModel
Declaration
public static string DefaultTilesetModel { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceGetDefaultModel(RequestType)
Declaration
public static string GetDefaultModel(RequestType requestType)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestType | requestType |
Returns
| Type | Description |
|---|---|
| string |