mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
558 lines
16 KiB
YAML
558 lines
16 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions
|
|
commentId: T:MLEM.Extended.Extensions.TextureExtensions
|
|
id: TextureExtensions
|
|
parent: MLEM.Extended.Extensions
|
|
children:
|
|
- MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
|
- MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
- MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
|
- MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextureExtensions
|
|
nameWithType: TextureExtensions
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: TextureExtensions
|
|
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
|
startLine: 5
|
|
assemblies:
|
|
- MLEM.Extended
|
|
namespace: MLEM.Extended.Extensions
|
|
syntax:
|
|
content: public static class TextureExtensions
|
|
content.vb: Public Module TextureExtensions
|
|
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: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
|
id: ToExtended(MLEM.Textures.NinePatch)
|
|
isExtensionMethod: true
|
|
parent: MLEM.Extended.Extensions.TextureExtensions
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToExtended(NinePatch)
|
|
nameWithType: TextureExtensions.ToExtended(NinePatch)
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: ToExtended
|
|
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
|
startLine: 7
|
|
assemblies:
|
|
- MLEM.Extended
|
|
namespace: MLEM.Extended.Extensions
|
|
syntax:
|
|
content: public static NinePatchRegion2D ToExtended(this NinePatch patch)
|
|
parameters:
|
|
- id: patch
|
|
type: MLEM.Textures.NinePatch
|
|
return:
|
|
type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
|
content.vb: >-
|
|
<ExtensionAttribute>
|
|
|
|
Public Shared Function ToExtended(patch As NinePatch) As NinePatchRegion2D
|
|
overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
id: ToExtended(MLEM.Textures.TextureRegion)
|
|
isExtensionMethod: true
|
|
parent: MLEM.Extended.Extensions.TextureExtensions
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToExtended(TextureRegion)
|
|
nameWithType: TextureExtensions.ToExtended(TextureRegion)
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: ToExtended
|
|
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
|
startLine: 11
|
|
assemblies:
|
|
- MLEM.Extended
|
|
namespace: MLEM.Extended.Extensions
|
|
syntax:
|
|
content: public static TextureRegion2D ToExtended(this TextureRegion region)
|
|
parameters:
|
|
- id: region
|
|
type: MLEM.Textures.TextureRegion
|
|
return:
|
|
type: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
|
content.vb: >-
|
|
<ExtensionAttribute>
|
|
|
|
Public Shared Function ToExtended(region As TextureRegion) As TextureRegion2D
|
|
overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
|
id: ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
|
isExtensionMethod: true
|
|
parent: MLEM.Extended.Extensions.TextureExtensions
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToMlem(NinePatchRegion2D)
|
|
nameWithType: TextureExtensions.ToMlem(NinePatchRegion2D)
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: ToMlem
|
|
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
|
startLine: 15
|
|
assemblies:
|
|
- MLEM.Extended
|
|
namespace: MLEM.Extended.Extensions
|
|
syntax:
|
|
content: public static NinePatch ToMlem(this NinePatchRegion2D patch)
|
|
parameters:
|
|
- id: patch
|
|
type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
|
return:
|
|
type: MLEM.Textures.NinePatch
|
|
content.vb: >-
|
|
<ExtensionAttribute>
|
|
|
|
Public Shared Function ToMlem(patch As NinePatchRegion2D) As NinePatch
|
|
overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
|
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
|
id: ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
|
isExtensionMethod: true
|
|
parent: MLEM.Extended.Extensions.TextureExtensions
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToMlem(TextureRegion2D)
|
|
nameWithType: TextureExtensions.ToMlem(TextureRegion2D)
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: ToMlem
|
|
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
|
startLine: 19
|
|
assemblies:
|
|
- MLEM.Extended
|
|
namespace: MLEM.Extended.Extensions
|
|
syntax:
|
|
content: public static TextureRegion ToMlem(this TextureRegion2D region)
|
|
parameters:
|
|
- id: region
|
|
type: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
|
return:
|
|
type: MLEM.Textures.TextureRegion
|
|
content.vb: >-
|
|
<ExtensionAttribute>
|
|
|
|
Public Shared Function ToMlem(region As TextureRegion2D) As TextureRegion
|
|
overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
references:
|
|
- uid: MLEM.Extended.Extensions
|
|
commentId: N:MLEM.Extended.Extensions
|
|
name: MLEM.Extended.Extensions
|
|
nameWithType: MLEM.Extended.Extensions
|
|
fullName: MLEM.Extended.Extensions
|
|
- 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.Extended.Extensions.TextureExtensions.ToExtended*
|
|
commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
name: ToExtended
|
|
nameWithType: TextureExtensions.ToExtended
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
|
- uid: MLEM.Textures.NinePatch
|
|
commentId: T:MLEM.Textures.NinePatch
|
|
parent: MLEM.Textures
|
|
name: NinePatch
|
|
nameWithType: NinePatch
|
|
fullName: MLEM.Textures.NinePatch
|
|
- uid: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
|
commentId: T:MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
|
parent: MonoGame.Extended.TextureAtlases
|
|
isExternal: true
|
|
name: NinePatchRegion2D
|
|
nameWithType: NinePatchRegion2D
|
|
fullName: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
|
- uid: MLEM.Textures
|
|
commentId: N:MLEM.Textures
|
|
name: MLEM.Textures
|
|
nameWithType: MLEM.Textures
|
|
fullName: MLEM.Textures
|
|
- uid: MonoGame.Extended.TextureAtlases
|
|
commentId: N:MonoGame.Extended.TextureAtlases
|
|
isExternal: true
|
|
name: MonoGame.Extended.TextureAtlases
|
|
nameWithType: MonoGame.Extended.TextureAtlases
|
|
fullName: MonoGame.Extended.TextureAtlases
|
|
- uid: MLEM.Textures.TextureRegion
|
|
commentId: T:MLEM.Textures.TextureRegion
|
|
parent: MLEM.Textures
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
- uid: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
|
commentId: T:MonoGame.Extended.TextureAtlases.TextureRegion2D
|
|
parent: MonoGame.Extended.TextureAtlases
|
|
isExternal: true
|
|
name: TextureRegion2D
|
|
nameWithType: TextureRegion2D
|
|
fullName: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
|
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
|
commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToMlem
|
|
name: ToMlem
|
|
nameWithType: TextureExtensions.ToMlem
|
|
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem
|