TinyLifeWeb/docs/api/TinyLife.Uis.Cursor.yml
2022-04-27 12:59:12 +02:00

453 lines
12 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Uis.Cursor
commentId: T:TinyLife.Uis.Cursor
id: Cursor
parent: TinyLife.Uis
children:
- TinyLife.Uis.Cursor.SetCursor(TinyLife.Uis.CursorType)
langs:
- csharp
- vb
name: Cursor
nameWithType: Cursor
fullName: TinyLife.Uis.Cursor
type: Class
source:
remote:
path: TinyLife/Uis/Cursor.cs
branch: 0.20.4-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cursor
path: ../TinyLife/Uis/Cursor.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: "\nThe Cursor class contains ways to change the <xref href=\"Microsoft.Xna.Framework.Input.MouseCursor\" data-throw-if-not-resolved=\"false\"></xref> visuals to different <xref href=\"TinyLife.Uis.CursorType\" data-throw-if-not-resolved=\"false\"></xref> values\n"
example: []
syntax:
content: public static class Cursor
content.vb: Public Module Cursor
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- static
- class
modifiers.vb:
- Public
- Module
- uid: TinyLife.Uis.Cursor.SetCursor(TinyLife.Uis.CursorType)
commentId: M:TinyLife.Uis.Cursor.SetCursor(TinyLife.Uis.CursorType)
id: SetCursor(TinyLife.Uis.CursorType)
parent: TinyLife.Uis.Cursor
langs:
- csharp
- vb
name: SetCursor(CursorType)
nameWithType: Cursor.SetCursor(CursorType)
fullName: TinyLife.Uis.Cursor.SetCursor(TinyLife.Uis.CursorType)
type: Method
source:
remote:
path: TinyLife/Uis/Cursor.cs
branch: 0.20.4-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCursor
path: ../TinyLife/Uis/Cursor.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: "\nSets the currently used cursor to the given <xref href=\"TinyLife.Uis.CursorType\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that, every <xref href=\"MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame, the cursor is reset to the default.\n"
example: []
syntax:
content: public static void SetCursor(CursorType type)
parameters:
- id: type
type: TinyLife.Uis.CursorType
description: The cursor type to set
content.vb: Public Shared Sub SetCursor(type As CursorType)
overload: TinyLife.Uis.Cursor.SetCursor*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references:
- uid: Microsoft.Xna.Framework.Input.MouseCursor
commentId: T:Microsoft.Xna.Framework.Input.MouseCursor
isExternal: true
- uid: TinyLife.Uis.CursorType
commentId: T:TinyLife.Uis.CursorType
parent: TinyLife.Uis
name: CursorType
nameWithType: CursorType
fullName: TinyLife.Uis.CursorType
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)
commentId: M:MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)
parent: MLEM.Startup.MlemGame
isExternal: true
name: Update(GameTime)
nameWithType: MlemGame.Update(GameTime)
fullName: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)
spec.csharp:
- uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)
name: Update
nameWithType: MlemGame.Update
fullName: MLEM.Startup.MlemGame.Update
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)
name: Update
nameWithType: MlemGame.Update
fullName: MLEM.Startup.MlemGame.Update
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Uis.Cursor.SetCursor*
commentId: Overload:TinyLife.Uis.Cursor.SetCursor
name: SetCursor
nameWithType: Cursor.SetCursor
fullName: TinyLife.Uis.Cursor.SetCursor
- uid: MLEM.Startup.MlemGame
commentId: T:MLEM.Startup.MlemGame
parent: MLEM.Startup
isExternal: true
name: MlemGame
nameWithType: MlemGame
fullName: MLEM.Startup.MlemGame
- uid: MLEM.Startup
commentId: N:MLEM.Startup
isExternal: true
name: MLEM.Startup
nameWithType: MLEM.Startup
fullName: MLEM.Startup