Class SpriteManager.Info
Inheritance
System.Object
SpriteManager.Info
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public class Info
Fields
| Improve this Doc View SourcedefaultFilterMode
Declaration
public FilterMode defaultFilterMode
Field Value
Type | Description |
---|---|
FilterMode |
defaultPixelsPerUnit
Declaration
public float defaultPixelsPerUnit
Field Value
Type | Description |
---|---|
System.Single |
overrideFilterModes
Declaration
public Dictionary<string, FilterMode>? overrideFilterModes
Field Value
Type | Description |
---|---|
System.Nullable<Dictionary<System.String, FilterMode>> |
overridePPUs
Declaration
public Dictionary<string, float>? overridePPUs
Field Value
Type | Description |
---|---|
System.Nullable<Dictionary<System.String, System.Single>> |
Methods
| Improve this Doc View SourceGetFilterMode(String)
Declaration
public virtual FilterMode GetFilterMode(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
FilterMode |
GetPixelsPerUnit(String)
Declaration
public virtual float GetPixelsPerUnit(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.Single |