### 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.TextInput - 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: 77 assemblies: - Tiny Life namespace: TinyLife.Uis summary: An enumeration that defines types of cursor graphics that can be set using . example: [] syntax: content: public enum CursorType content.vb: Public Enum CursorType extensionMethods: - TinyLife.Uis.CursorType.TinyLife.Utilities.Extensions.JsonCopy``1 - 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: 82 assemblies: - Tiny Life namespace: TinyLife.Uis summary: No cursor example: [] syntax: content: None = 0 return: type: TinyLife.Uis.CursorType - 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: 86 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The default cursor graphic, which is just an arrow example: [] syntax: content: Default = 1 return: type: TinyLife.Uis.CursorType - 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: 90 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The wall placement cursor graphic, which is an arrow with a little wall next to it example: [] syntax: content: Wall = 2 return: type: TinyLife.Uis.CursorType - 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: 94 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The hammer cursor graphic, which is a hammer example: [] syntax: content: Hammer = 3 return: type: TinyLife.Uis.CursorType - 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: 98 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The 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 example: [] syntax: content: Range = 4 return: type: TinyLife.Uis.CursorType - 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: 102 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The disallowed cursor graphic, which is an arrow with a "disallowed" sign next to it example: [] syntax: content: Disallowed = 5 return: type: TinyLife.Uis.CursorType - 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: 106 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The cursor graphic that indicates that a modifier key is being pressed that allows the camera to be rotated. example: [] syntax: content: RotatingCamera = 6 return: type: TinyLife.Uis.CursorType - 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: 110 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The cursor graphic that indicates that a modifier key is being pressed that allows the action queue to be edited. example: [] syntax: content: EditingActions = 7 return: type: TinyLife.Uis.CursorType - uid: TinyLife.Uis.CursorType.TextInput commentId: F:TinyLife.Uis.CursorType.TextInput id: TextInput parent: TinyLife.Uis.CursorType langs: - csharp - vb name: TextInput nameWithType: CursorType.TextInput fullName: TinyLife.Uis.CursorType.TextInput type: Field source: remote: path: TinyLife/Uis/Cursor.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TextInput path: ../TinyLife/Uis/Cursor.cs startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Uis summary: The cursor graphic that indicates hovering a text input box. example: [] syntax: content: TextInput = 8 return: type: TinyLife.Uis.CursorType references: - uid: TinyLife.GameImpl.CurrentCursor commentId: F:TinyLife.GameImpl.CurrentCursor href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentCursor name: CurrentCursor nameWithType: GameImpl.CurrentCursor fullName: TinyLife.GameImpl.CurrentCursor - uid: TinyLife.Uis commentId: N:TinyLife.Uis href: TinyLife.html name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html - 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) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(CursorType) nameWithType: Extensions.JsonCopy(CursorType) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Uis.CursorType) nameWithType.vb: Extensions.JsonCopy(Of CursorType)(CursorType) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CursorType)(TinyLife.Uis.CursorType) name.vb: JsonCopy(Of CursorType)(CursorType) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CursorType) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.Uis.CursorType name: CursorType href: TinyLife.Uis.CursorType.html - name: '>' - name: ( - uid: TinyLife.Uis.CursorType name: CursorType href: TinyLife.Uis.CursorType.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CursorType) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.Uis.CursorType name: CursorType href: TinyLife.Uis.CursorType.html - name: ) - name: ( - uid: TinyLife.Uis.CursorType name: CursorType href: TinyLife.Uis.CursorType.html - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#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 href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.Uis.CursorType commentId: T:TinyLife.Uis.CursorType parent: TinyLife.Uis href: TinyLife.Uis.CursorType.html name: CursorType nameWithType: CursorType fullName: TinyLife.Uis.CursorType