docs: generated api docs for graphics
This commit is contained in:
553
docs/documents/api/Ghost.Graphics.RHI.TextureRegion.yml
Normal file
553
docs/documents/api/Ghost.Graphics.RHI.TextureRegion.yml
Normal file
@@ -0,0 +1,553 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion
|
||||
commentId: T:Ghost.Graphics.RHI.TextureRegion
|
||||
id: TextureRegion
|
||||
parent: Ghost.Graphics.RHI
|
||||
children:
|
||||
- Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
- Ghost.Graphics.RHI.TextureRegion.Height
|
||||
- Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
- Ghost.Graphics.RHI.TextureRegion.Width
|
||||
- Ghost.Graphics.RHI.TextureRegion.X
|
||||
- Ghost.Graphics.RHI.TextureRegion.Y
|
||||
- Ghost.Graphics.RHI.TextureRegion.Z
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: TextureRegion
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 472
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public struct TextureRegion
|
||||
content.vb: Public Structure TextureRegion
|
||||
inheritedMembers:
|
||||
- System.ValueType.Equals(System.Object)
|
||||
- System.ValueType.GetHashCode
|
||||
- System.ValueType.ToString
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetType
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
id: Subresource
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Subresource
|
||||
nameWithType: TextureRegion.Subresource
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Subresource
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 474
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public TextureSubresource Subresource { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: Ghost.Graphics.RHI.TextureSubresource
|
||||
content.vb: Public Property Subresource As TextureSubresource
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Subresource*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.X
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.X
|
||||
id: X
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: X
|
||||
nameWithType: TextureRegion.X
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.X
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: X
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 479
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint X { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property X As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.X*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Y
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Y
|
||||
id: Y
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Y
|
||||
nameWithType: TextureRegion.Y
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Y
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Y
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 484
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint Y { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property Y As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Y*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Z
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Z
|
||||
id: Z
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Z
|
||||
nameWithType: TextureRegion.Z
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Z
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Z
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 489
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint Z { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property Z As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Z*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Width
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Width
|
||||
id: Width
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Width
|
||||
nameWithType: TextureRegion.Width
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Width
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Width
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 494
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint Width { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property Width As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Width*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Height
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Height
|
||||
id: Height
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Height
|
||||
nameWithType: TextureRegion.Height
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Height
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Height
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 499
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint Height { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property Height As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Height*
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
commentId: P:Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
id: Depth
|
||||
parent: Ghost.Graphics.RHI.TextureRegion
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Depth
|
||||
nameWithType: TextureRegion.Depth
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
branch: develop
|
||||
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
||||
id: Depth
|
||||
path: src/Runtime/Ghost.Graphics.RHI/Common.cs
|
||||
startLine: 504
|
||||
assemblies:
|
||||
- Ghost.Graphics.RHI
|
||||
namespace: Ghost.Graphics.RHI
|
||||
syntax:
|
||||
content: public uint Depth { readonly get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.UInt32
|
||||
content.vb: Public Property Depth As UInteger
|
||||
overload: Ghost.Graphics.RHI.TextureRegion.Depth*
|
||||
references:
|
||||
- uid: Ghost.Graphics.RHI
|
||||
commentId: N:Ghost.Graphics.RHI
|
||||
href: Ghost.html
|
||||
name: Ghost.Graphics.RHI
|
||||
nameWithType: Ghost.Graphics.RHI
|
||||
fullName: Ghost.Graphics.RHI
|
||||
spec.csharp:
|
||||
- uid: Ghost
|
||||
name: Ghost
|
||||
href: Ghost.html
|
||||
- name: .
|
||||
- uid: Ghost.Graphics
|
||||
name: Graphics
|
||||
href: Ghost.Graphics.html
|
||||
- name: .
|
||||
- uid: Ghost.Graphics.RHI
|
||||
name: RHI
|
||||
href: Ghost.Graphics.RHI.html
|
||||
spec.vb:
|
||||
- uid: Ghost
|
||||
name: Ghost
|
||||
href: Ghost.html
|
||||
- name: .
|
||||
- uid: Ghost.Graphics
|
||||
name: Graphics
|
||||
href: Ghost.Graphics.html
|
||||
- name: .
|
||||
- uid: Ghost.Graphics.RHI
|
||||
name: RHI
|
||||
href: Ghost.Graphics.RHI.html
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
commentId: M:System.ValueType.Equals(System.Object)
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
||||
name: Equals(object)
|
||||
nameWithType: ValueType.Equals(object)
|
||||
fullName: System.ValueType.Equals(object)
|
||||
nameWithType.vb: ValueType.Equals(Object)
|
||||
fullName.vb: System.ValueType.Equals(Object)
|
||||
name.vb: Equals(Object)
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.ValueType.GetHashCode
|
||||
commentId: M:System.ValueType.GetHashCode
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
||||
name: GetHashCode()
|
||||
nameWithType: ValueType.GetHashCode()
|
||||
fullName: System.ValueType.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.ValueType.ToString
|
||||
commentId: M:System.ValueType.ToString
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
||||
name: ToString()
|
||||
nameWithType: ValueType.ToString()
|
||||
fullName: System.ValueType.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
name: Equals(object, object)
|
||||
nameWithType: object.Equals(object, object)
|
||||
fullName: object.Equals(object, object)
|
||||
nameWithType.vb: Object.Equals(Object, Object)
|
||||
fullName.vb: Object.Equals(Object, Object)
|
||||
name.vb: Equals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
name: GetType()
|
||||
nameWithType: object.GetType()
|
||||
fullName: object.GetType()
|
||||
nameWithType.vb: Object.GetType()
|
||||
fullName.vb: Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
name: ReferenceEquals(object, object)
|
||||
nameWithType: object.ReferenceEquals(object, object)
|
||||
fullName: object.ReferenceEquals(object, object)
|
||||
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
||||
fullName.vb: Object.ReferenceEquals(Object, Object)
|
||||
name.vb: ReferenceEquals(Object, Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
||||
- name: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
- name: )
|
||||
- uid: System.ValueType
|
||||
commentId: T:System.ValueType
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.valuetype
|
||||
name: ValueType
|
||||
nameWithType: ValueType
|
||||
fullName: System.ValueType
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.object
|
||||
name: object
|
||||
nameWithType: object
|
||||
fullName: object
|
||||
nameWithType.vb: Object
|
||||
fullName.vb: Object
|
||||
name.vb: Object
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Subresource*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Subresource
|
||||
name: Subresource
|
||||
nameWithType: TextureRegion.Subresource
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Subresource
|
||||
- uid: Ghost.Graphics.RHI.TextureSubresource
|
||||
commentId: T:Ghost.Graphics.RHI.TextureSubresource
|
||||
parent: Ghost.Graphics.RHI
|
||||
href: Ghost.Graphics.RHI.TextureSubresource.html
|
||||
name: TextureSubresource
|
||||
nameWithType: TextureSubresource
|
||||
fullName: Ghost.Graphics.RHI.TextureSubresource
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.X*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.X
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_X
|
||||
name: X
|
||||
nameWithType: TextureRegion.X
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.X
|
||||
- uid: System.UInt32
|
||||
commentId: T:System.UInt32
|
||||
parent: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.uint32
|
||||
name: uint
|
||||
nameWithType: uint
|
||||
fullName: uint
|
||||
nameWithType.vb: UInteger
|
||||
fullName.vb: UInteger
|
||||
name.vb: UInteger
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Y*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Y
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Y
|
||||
name: Y
|
||||
nameWithType: TextureRegion.Y
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Y
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Z*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Z
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Z
|
||||
name: Z
|
||||
nameWithType: TextureRegion.Z
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Z
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Width*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Width
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Width
|
||||
name: Width
|
||||
nameWithType: TextureRegion.Width
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Width
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Height*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Height
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Height
|
||||
name: Height
|
||||
nameWithType: TextureRegion.Height
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Height
|
||||
- uid: Ghost.Graphics.RHI.TextureRegion.Depth*
|
||||
commentId: Overload:Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
href: Ghost.Graphics.RHI.TextureRegion.html#Ghost_Graphics_RHI_TextureRegion_Depth
|
||||
name: Depth
|
||||
nameWithType: TextureRegion.Depth
|
||||
fullName: Ghost.Graphics.RHI.TextureRegion.Depth
|
||||
Reference in New Issue
Block a user