Class FrameOptions
Inheritance
System.Object
FrameOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Aseprite.Editor.Library
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class FrameOptions
Fields
exclude
Declaration
public List<FrameOptions.LayerFilter> exclude
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<FrameOptions.LayerFilter> |
include
Declaration
public List<FrameOptions.LayerFilter> include
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<FrameOptions.LayerFilter> |
Methods
Includes(String)
Declaration
public bool Includes(string layerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | layerName |
Returns
Type | Description |
---|---|
System.Boolean |