### YamlMime:ManagedReference items: - uid: TinyLife.Uis.CursorType commentId: T:TinyLife.Uis.CursorType id: CursorType parent: TinyLife.Uis children: - TinyLife.Uis.CursorType.Default - TinyLife.Uis.CursorType.Disallowed - TinyLife.Uis.CursorType.EditingActions - TinyLife.Uis.CursorType.Hammer - TinyLife.Uis.CursorType.None - TinyLife.Uis.CursorType.Range - TinyLife.Uis.CursorType.RotatingCamera - TinyLife.Uis.CursorType.Wall langs: - csharp - vb name: CursorType nameWithType: CursorType fullName: TinyLife.Uis.CursorType type: Enum source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CursorType path: ../TinyLife/Uis/Cursor.cs startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nAn enumeration that defines types of cursor graphics that can be set using .\n" example: [] syntax: content: public enum CursorType content.vb: Public Enum CursorType extensionMethods: - TinyLife.Uis.CursorType.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - enum modifiers.vb: - Public - Enum - uid: TinyLife.Uis.CursorType.None commentId: F:TinyLife.Uis.CursorType.None id: None parent: TinyLife.Uis.CursorType langs: - csharp - vb name: None nameWithType: CursorType.None fullName: TinyLife.Uis.CursorType.None type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: None path: ../TinyLife/Uis/Cursor.cs startLine: 58 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nNo cursor\n" example: [] syntax: content: None = 0 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.Default commentId: F:TinyLife.Uis.CursorType.Default id: Default parent: TinyLife.Uis.CursorType langs: - csharp - vb name: Default nameWithType: CursorType.Default fullName: TinyLife.Uis.CursorType.Default type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Default path: ../TinyLife/Uis/Cursor.cs startLine: 62 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe default cursor graphic, which is just an arrow\n" example: [] syntax: content: Default = 1 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.Wall commentId: F:TinyLife.Uis.CursorType.Wall id: Wall parent: TinyLife.Uis.CursorType langs: - csharp - vb name: Wall nameWithType: CursorType.Wall fullName: TinyLife.Uis.CursorType.Wall type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Wall path: ../TinyLife/Uis/Cursor.cs startLine: 66 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe wall placement cursor graphic, which is an arrow with a little wall next to it\n" example: [] syntax: content: Wall = 2 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.Hammer commentId: F:TinyLife.Uis.CursorType.Hammer id: Hammer parent: TinyLife.Uis.CursorType langs: - csharp - vb name: Hammer nameWithType: CursorType.Hammer fullName: TinyLife.Uis.CursorType.Hammer type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Hammer path: ../TinyLife/Uis/Cursor.cs startLine: 70 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe hammer cursor graphic, which is a hammer\n" example: [] syntax: content: Hammer = 3 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.Range commentId: F:TinyLife.Uis.CursorType.Range id: Range parent: TinyLife.Uis.CursorType langs: - csharp - vb name: Range nameWithType: CursorType.Range fullName: TinyLife.Uis.CursorType.Range type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Range path: ../TinyLife/Uis/Cursor.cs startLine: 74 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe range cursor graphic, which is an arrow with small green arrows next to it, arranged in a way to signify that a range is edited\n" example: [] syntax: content: Range = 4 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.Disallowed commentId: F:TinyLife.Uis.CursorType.Disallowed id: Disallowed parent: TinyLife.Uis.CursorType langs: - csharp - vb name: Disallowed nameWithType: CursorType.Disallowed fullName: TinyLife.Uis.CursorType.Disallowed type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disallowed path: ../TinyLife/Uis/Cursor.cs startLine: 78 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe disallowed cursor graphic, which is an arrow with a "disallowed" sign next to it\n" example: [] syntax: content: Disallowed = 5 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.RotatingCamera commentId: F:TinyLife.Uis.CursorType.RotatingCamera id: RotatingCamera parent: TinyLife.Uis.CursorType langs: - csharp - vb name: RotatingCamera nameWithType: CursorType.RotatingCamera fullName: TinyLife.Uis.CursorType.RotatingCamera type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RotatingCamera path: ../TinyLife/Uis/Cursor.cs startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe cursor graphic that indicates that a modifier key is being pressed that allows the camera to be rotated.\n" example: [] syntax: content: RotatingCamera = 6 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: TinyLife.Uis.CursorType.EditingActions commentId: F:TinyLife.Uis.CursorType.EditingActions id: EditingActions parent: TinyLife.Uis.CursorType langs: - csharp - vb name: EditingActions nameWithType: CursorType.EditingActions fullName: TinyLife.Uis.CursorType.EditingActions type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EditingActions path: ../TinyLife/Uis/Cursor.cs startLine: 86 assemblies: - Tiny Life namespace: TinyLife.Uis summary: "\nThe cursor graphic that indicates that a modifier key is being pressed that allows the action queue to be edited.\n" example: [] syntax: content: EditingActions = 7 return: type: TinyLife.Uis.CursorType modifiers.csharp: - public - const modifiers.vb: - Public - Const references: - uid: TinyLife.GameImpl.CurrentCursor commentId: F:TinyLife.GameImpl.CurrentCursor isExternal: true - uid: TinyLife.Uis commentId: N:TinyLife.Uis name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis - uid: TinyLife.Uis.CursorType.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of CursorType)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CursorType)() name.vb: JsonCopy(Of CursorType)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of CursorType) nameWithType: Extensions.JsonCopy(Of CursorType) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CursorType) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities - uid: TinyLife.Uis.CursorType commentId: T:TinyLife.Uis.CursorType parent: TinyLife.Uis name: CursorType nameWithType: CursorType fullName: TinyLife.Uis.CursorType