mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 10:09:09 +01:00
1108 lines
32 KiB
YAML
1108 lines
32 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Textures.TextureRegion
|
|
commentId: T:MLEM.Textures.TextureRegion
|
|
id: TextureRegion
|
|
parent: MLEM.Textures
|
|
children:
|
|
- MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)
|
|
- MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
|
- MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)
|
|
- MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
- MLEM.Textures.TextureRegion.Area
|
|
- MLEM.Textures.TextureRegion.Height
|
|
- MLEM.Textures.TextureRegion.Position
|
|
- MLEM.Textures.TextureRegion.Size
|
|
- MLEM.Textures.TextureRegion.Texture
|
|
- MLEM.Textures.TextureRegion.U
|
|
- MLEM.Textures.TextureRegion.V
|
|
- MLEM.Textures.TextureRegion.Width
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: TextureRegion
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 9
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThis class represents a part of a texture.\n"
|
|
example: []
|
|
syntax:
|
|
content: 'public class TextureRegion : GenericDataHolder'
|
|
content.vb: >-
|
|
Public Class TextureRegion
|
|
|
|
Inherits GenericDataHolder
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Misc.GenericDataHolder
|
|
inheritedMembers:
|
|
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
- 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
|
|
extensionMethods:
|
|
- MLEM.Textures.TextureRegion.MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: MLEM.Textures.TextureRegion.Texture
|
|
commentId: F:MLEM.Textures.TextureRegion.Texture
|
|
id: Texture
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Texture
|
|
nameWithType: TextureRegion.Texture
|
|
fullName: MLEM.Textures.TextureRegion.Texture
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Texture
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 14
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe texture that this region is a part of\n"
|
|
example: []
|
|
syntax:
|
|
content: public readonly Texture2D Texture
|
|
return:
|
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
content.vb: Public ReadOnly Texture As Texture2D
|
|
modifiers.csharp:
|
|
- public
|
|
- readonly
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.Area
|
|
commentId: F:MLEM.Textures.TextureRegion.Area
|
|
id: Area
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Area
|
|
nameWithType: TextureRegion.Area
|
|
fullName: MLEM.Textures.TextureRegion.Area
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Area
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 18
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe area that is covered by this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public readonly Rectangle Area
|
|
return:
|
|
type: Microsoft.Xna.Framework.Rectangle
|
|
content.vb: Public ReadOnly Area As Rectangle
|
|
modifiers.csharp:
|
|
- public
|
|
- readonly
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.Position
|
|
commentId: P:MLEM.Textures.TextureRegion.Position
|
|
id: Position
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Position
|
|
nameWithType: TextureRegion.Position
|
|
fullName: MLEM.Textures.TextureRegion.Position
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Position
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 22
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe top left corner of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public Point Position { get; }
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.Xna.Framework.Point
|
|
content.vb: Public ReadOnly Property Position As Point
|
|
overload: MLEM.Textures.TextureRegion.Position*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.U
|
|
commentId: P:MLEM.Textures.TextureRegion.U
|
|
id: U
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: U
|
|
nameWithType: TextureRegion.U
|
|
fullName: MLEM.Textures.TextureRegion.U
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: U
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe x coordinate of the top left corner of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public int U { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public ReadOnly Property U As Integer
|
|
overload: MLEM.Textures.TextureRegion.U*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.V
|
|
commentId: P:MLEM.Textures.TextureRegion.V
|
|
id: V
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: V
|
|
nameWithType: TextureRegion.V
|
|
fullName: MLEM.Textures.TextureRegion.V
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: V
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 30
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe y coordinate of the top left corner of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public int V { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public ReadOnly Property V As Integer
|
|
overload: MLEM.Textures.TextureRegion.V*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.Size
|
|
commentId: P:MLEM.Textures.TextureRegion.Size
|
|
id: Size
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Size
|
|
nameWithType: TextureRegion.Size
|
|
fullName: MLEM.Textures.TextureRegion.Size
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Size
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 34
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe size of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public Point Size { get; }
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.Xna.Framework.Point
|
|
content.vb: Public ReadOnly Property Size As Point
|
|
overload: MLEM.Textures.TextureRegion.Size*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.Width
|
|
commentId: P:MLEM.Textures.TextureRegion.Width
|
|
id: Width
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Width
|
|
nameWithType: TextureRegion.Width
|
|
fullName: MLEM.Textures.TextureRegion.Width
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Width
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 38
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe width of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public int Width { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public ReadOnly Property Width As Integer
|
|
overload: MLEM.Textures.TextureRegion.Width*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.Height
|
|
commentId: P:MLEM.Textures.TextureRegion.Height
|
|
id: Height
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Height
|
|
nameWithType: TextureRegion.Height
|
|
fullName: MLEM.Textures.TextureRegion.Height
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Height
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 42
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nThe height of this texture region\n"
|
|
example: []
|
|
syntax:
|
|
content: public int Height { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public ReadOnly Property Height As Integer
|
|
overload: MLEM.Textures.TextureRegion.Height*
|
|
modifiers.csharp:
|
|
- public
|
|
- get
|
|
modifiers.vb:
|
|
- Public
|
|
- ReadOnly
|
|
- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)
|
|
commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)
|
|
id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)'
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureRegion(Texture2D, Rectangle)
|
|
nameWithType: TextureRegion.TextureRegion(Texture2D, Rectangle)
|
|
fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: .ctor
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 49
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nCreates a new texture region from a texture and a rectangle which defines the region's area\n"
|
|
example: []
|
|
syntax:
|
|
content: public TextureRegion(Texture2D texture, Rectangle area)
|
|
parameters:
|
|
- id: texture
|
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
description: The texture to use
|
|
- id: area
|
|
type: Microsoft.Xna.Framework.Rectangle
|
|
description: The area that this texture region should cover
|
|
content.vb: Public Sub New(texture As Texture2D, area As Rectangle)
|
|
overload: MLEM.Textures.TextureRegion.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)
|
|
commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)
|
|
id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)'
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureRegion(Texture2D)
|
|
nameWithType: TextureRegion.TextureRegion(Texture2D)
|
|
fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: .ctor
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 58
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nCreates a new texture region that spans the entire texture\n"
|
|
example: []
|
|
syntax:
|
|
content: public TextureRegion(Texture2D texture)
|
|
parameters:
|
|
- id: texture
|
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
description: The texture to use
|
|
content.vb: Public Sub New(texture As Texture2D)
|
|
overload: MLEM.Textures.TextureRegion.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)'
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureRegion(Texture2D, Int32, Int32, Int32, Int32)
|
|
nameWithType: TextureRegion.TextureRegion(Texture2D, Int32, Int32, Int32, Int32)
|
|
fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, System.Int32, System.Int32, System.Int32, System.Int32)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: .ctor
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 69
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nCreates a new texture region based on a texture and area coordinates\n"
|
|
example: []
|
|
syntax:
|
|
content: public TextureRegion(Texture2D texture, int u, int v, int width, int height)
|
|
parameters:
|
|
- id: texture
|
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
description: The texture to use
|
|
- id: u
|
|
type: System.Int32
|
|
description: The x coordinate of the top left corner of this area
|
|
- id: v
|
|
type: System.Int32
|
|
description: The y coordinate of the top left corner of this area
|
|
- id: width
|
|
type: System.Int32
|
|
description: The width of this area
|
|
- id: height
|
|
type: System.Int32
|
|
description: The height of this area
|
|
content.vb: Public Sub New(texture As Texture2D, u As Integer, v As Integer, width As Integer, height As Integer)
|
|
overload: MLEM.Textures.TextureRegion.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
|
commentId: M:MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)
|
|
id: '#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)'
|
|
parent: MLEM.Textures.TextureRegion
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureRegion(Texture2D, Point, Point)
|
|
nameWithType: TextureRegion.TextureRegion(Texture2D, Point, Point)
|
|
fullName: MLEM.Textures.TextureRegion.TextureRegion(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Point, Microsoft.Xna.Framework.Point)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: MLEM/Textures/TextureRegion.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: .ctor
|
|
path: ../MLEM/Textures/TextureRegion.cs
|
|
startLine: 78
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Textures
|
|
summary: "\nCreates a new texture region based on a texture, a position and a size\n"
|
|
example: []
|
|
syntax:
|
|
content: public TextureRegion(Texture2D texture, Point uv, Point size)
|
|
parameters:
|
|
- id: texture
|
|
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
description: The texture to use
|
|
- id: uv
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The top left corner of this area
|
|
- id: size
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The size of this area
|
|
content.vb: Public Sub New(texture As Texture2D, uv As Point, size As Point)
|
|
overload: MLEM.Textures.TextureRegion.#ctor*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
references:
|
|
- uid: MLEM.Textures
|
|
commentId: N:MLEM.Textures
|
|
name: MLEM.Textures
|
|
nameWithType: MLEM.Textures
|
|
fullName: MLEM.Textures
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: MLEM.Misc.GenericDataHolder
|
|
commentId: T:MLEM.Misc.GenericDataHolder
|
|
parent: MLEM.Misc
|
|
name: GenericDataHolder
|
|
nameWithType: GenericDataHolder
|
|
fullName: MLEM.Misc.GenericDataHolder
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
isExternal: true
|
|
name: SetData(String, Object)
|
|
nameWithType: GenericDataHolder.SetData(String, Object)
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: GenericDataHolder.SetData
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: GenericDataHolder.SetData
|
|
fullName: MLEM.Misc.GenericDataHolder.SetData
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
isExternal: true
|
|
name: GetData<T>(String)
|
|
nameWithType: GenericDataHolder.GetData<T>(String)
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
|
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
|
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
|
name.vb: GetData(Of T)(String)
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
name: GetData<T>
|
|
nameWithType: GenericDataHolder.GetData<T>
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
|
name: GetData(Of T)
|
|
nameWithType: GenericDataHolder.GetData(Of T)
|
|
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
parent: MLEM.Misc.GenericDataHolder
|
|
name: GetDataKeys()
|
|
nameWithType: GenericDataHolder.GetDataKeys()
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: GenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: GenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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: MLEM.Textures.TextureRegion.MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
parent: MLEM.Extended.Extensions.TextureExtensions
|
|
definition: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
name: ToExtended()
|
|
nameWithType: TextureExtensions.ToExtended()
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended()
|
|
spec.csharp:
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
name: ToExtended
|
|
nameWithType: TextureExtensions.ToExtended
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
name: ToExtended
|
|
nameWithType: TextureExtensions.ToExtended
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
name: ToExtended(TextureRegion)
|
|
nameWithType: TextureExtensions.ToExtended(TextureRegion)
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
spec.csharp:
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
name: ToExtended
|
|
nameWithType: TextureExtensions.ToExtended
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
name: ToExtended
|
|
nameWithType: TextureExtensions.ToExtended
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions
|
|
commentId: T:MLEM.Extended.Extensions.TextureExtensions
|
|
parent: MLEM.Extended.Extensions
|
|
name: TextureExtensions
|
|
nameWithType: TextureExtensions
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions
|
|
- uid: MLEM.Extended.Extensions
|
|
commentId: N:MLEM.Extended.Extensions
|
|
name: MLEM.Extended.Extensions
|
|
nameWithType: MLEM.Extended.Extensions
|
|
fullName: MLEM.Extended.Extensions
|
|
- uid: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D
|
|
parent: Microsoft.Xna.Framework.Graphics
|
|
isExternal: true
|
|
name: Texture2D
|
|
nameWithType: Texture2D
|
|
fullName: Microsoft.Xna.Framework.Graphics.Texture2D
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
commentId: N:Microsoft.Xna.Framework.Graphics
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework.Graphics
|
|
nameWithType: Microsoft.Xna.Framework.Graphics
|
|
fullName: Microsoft.Xna.Framework.Graphics
|
|
- uid: Microsoft.Xna.Framework.Rectangle
|
|
commentId: T:Microsoft.Xna.Framework.Rectangle
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Rectangle
|
|
nameWithType: Rectangle
|
|
fullName: Microsoft.Xna.Framework.Rectangle
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
- uid: MLEM.Textures.TextureRegion.Position*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.Position
|
|
name: Position
|
|
nameWithType: TextureRegion.Position
|
|
fullName: MLEM.Textures.TextureRegion.Position
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
commentId: T:Microsoft.Xna.Framework.Point
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
- uid: MLEM.Textures.TextureRegion.U*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.U
|
|
name: U
|
|
nameWithType: TextureRegion.U
|
|
fullName: MLEM.Textures.TextureRegion.U
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
- uid: MLEM.Textures.TextureRegion.V*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.V
|
|
name: V
|
|
nameWithType: TextureRegion.V
|
|
fullName: MLEM.Textures.TextureRegion.V
|
|
- uid: MLEM.Textures.TextureRegion.Size*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.Size
|
|
name: Size
|
|
nameWithType: TextureRegion.Size
|
|
fullName: MLEM.Textures.TextureRegion.Size
|
|
- uid: MLEM.Textures.TextureRegion.Width*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.Width
|
|
name: Width
|
|
nameWithType: TextureRegion.Width
|
|
fullName: MLEM.Textures.TextureRegion.Width
|
|
- uid: MLEM.Textures.TextureRegion.Height*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.Height
|
|
name: Height
|
|
nameWithType: TextureRegion.Height
|
|
fullName: MLEM.Textures.TextureRegion.Height
|
|
- uid: MLEM.Textures.TextureRegion.#ctor*
|
|
commentId: Overload:MLEM.Textures.TextureRegion.#ctor
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion.TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion.TextureRegion
|