Class FrameOptions.LayerFilter
Inheritance
System.Object
FrameOptions.LayerFilter
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 LayerFilter
Fields
content
Declaration
public string content
Field Value
Type | Description |
---|---|
System.String |
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
type
Declaration
public FrameOptions.LayerFilter.LayerFilterType type
Field Value
Type | Description |
---|---|
FrameOptions.LayerFilter.LayerFilterType |
Methods
Matches(String)
Declaration
public bool Matches(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Returns
Type | Description |
---|---|
System.Boolean |