649 lines
19 KiB
YAML
649 lines
19 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: Ghost.Graphics.Core.Meshlet
|
|
commentId: T:Ghost.Graphics.Core.Meshlet
|
|
id: Meshlet
|
|
parent: Ghost.Graphics.Core
|
|
children:
|
|
- Ghost.Graphics.Core.Meshlet.boundingBox
|
|
- Ghost.Graphics.Core.Meshlet.boundingSphere
|
|
- Ghost.Graphics.Core.Meshlet.groupIndex
|
|
- Ghost.Graphics.Core.Meshlet.localMaterialIndex
|
|
- Ghost.Graphics.Core.Meshlet.lodLevel
|
|
- Ghost.Graphics.Core.Meshlet.parentError
|
|
- Ghost.Graphics.Core.Meshlet.triangleCount
|
|
- Ghost.Graphics.Core.Meshlet.triangleOffset
|
|
- Ghost.Graphics.Core.Meshlet.vertexCount
|
|
- Ghost.Graphics.Core.Meshlet.vertexOffset
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Meshlet
|
|
nameWithType: Meshlet
|
|
fullName: Ghost.Graphics.Core.Meshlet
|
|
type: Struct
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: Meshlet
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 14
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public struct Meshlet
|
|
content.vb: Public Structure Meshlet
|
|
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.Core.Meshlet.boundingSphere
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.boundingSphere
|
|
id: boundingSphere
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: boundingSphere
|
|
nameWithType: Meshlet.boundingSphere
|
|
fullName: Ghost.Graphics.Core.Meshlet.boundingSphere
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: boundingSphere
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 17
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public SphereBounds boundingSphere
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.Geometry.SphereBounds
|
|
content.vb: Public boundingSphere As SphereBounds
|
|
- uid: Ghost.Graphics.Core.Meshlet.boundingBox
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.boundingBox
|
|
id: boundingBox
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: boundingBox
|
|
nameWithType: Meshlet.boundingBox
|
|
fullName: Ghost.Graphics.Core.Meshlet.boundingBox
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: boundingBox
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 18
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public AABB boundingBox
|
|
return:
|
|
type: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
|
content.vb: Public boundingBox As AABB
|
|
- uid: Ghost.Graphics.Core.Meshlet.vertexOffset
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.vertexOffset
|
|
id: vertexOffset
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: vertexOffset
|
|
nameWithType: Meshlet.vertexOffset
|
|
fullName: Ghost.Graphics.Core.Meshlet.vertexOffset
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: vertexOffset
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 19
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public uint vertexOffset
|
|
return:
|
|
type: System.UInt32
|
|
content.vb: Public vertexOffset As UInteger
|
|
- uid: Ghost.Graphics.Core.Meshlet.triangleOffset
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.triangleOffset
|
|
id: triangleOffset
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: triangleOffset
|
|
nameWithType: Meshlet.triangleOffset
|
|
fullName: Ghost.Graphics.Core.Meshlet.triangleOffset
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: triangleOffset
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 20
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public uint triangleOffset
|
|
return:
|
|
type: System.UInt32
|
|
content.vb: Public triangleOffset As UInteger
|
|
- uid: Ghost.Graphics.Core.Meshlet.groupIndex
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.groupIndex
|
|
id: groupIndex
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: groupIndex
|
|
nameWithType: Meshlet.groupIndex
|
|
fullName: Ghost.Graphics.Core.Meshlet.groupIndex
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: groupIndex
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public uint groupIndex
|
|
return:
|
|
type: System.UInt32
|
|
content.vb: Public groupIndex As UInteger
|
|
- uid: Ghost.Graphics.Core.Meshlet.parentError
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.parentError
|
|
id: parentError
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: parentError
|
|
nameWithType: Meshlet.parentError
|
|
fullName: Ghost.Graphics.Core.Meshlet.parentError
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: parentError
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 22
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public float parentError
|
|
return:
|
|
type: System.Single
|
|
content.vb: Public parentError As Single
|
|
- uid: Ghost.Graphics.Core.Meshlet.vertexCount
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.vertexCount
|
|
id: vertexCount
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: vertexCount
|
|
nameWithType: Meshlet.vertexCount
|
|
fullName: Ghost.Graphics.Core.Meshlet.vertexCount
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: vertexCount
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 23
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public byte vertexCount
|
|
return:
|
|
type: System.Byte
|
|
content.vb: Public vertexCount As Byte
|
|
- uid: Ghost.Graphics.Core.Meshlet.triangleCount
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.triangleCount
|
|
id: triangleCount
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: triangleCount
|
|
nameWithType: Meshlet.triangleCount
|
|
fullName: Ghost.Graphics.Core.Meshlet.triangleCount
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: triangleCount
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 24
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public byte triangleCount
|
|
return:
|
|
type: System.Byte
|
|
content.vb: Public triangleCount As Byte
|
|
- uid: Ghost.Graphics.Core.Meshlet.localMaterialIndex
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.localMaterialIndex
|
|
id: localMaterialIndex
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: localMaterialIndex
|
|
nameWithType: Meshlet.localMaterialIndex
|
|
fullName: Ghost.Graphics.Core.Meshlet.localMaterialIndex
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: localMaterialIndex
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 25
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public byte localMaterialIndex
|
|
return:
|
|
type: System.Byte
|
|
content.vb: Public localMaterialIndex As Byte
|
|
- uid: Ghost.Graphics.Core.Meshlet.lodLevel
|
|
commentId: F:Ghost.Graphics.Core.Meshlet.lodLevel
|
|
id: lodLevel
|
|
parent: Ghost.Graphics.Core.Meshlet
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: lodLevel
|
|
nameWithType: Meshlet.lodLevel
|
|
fullName: Ghost.Graphics.Core.Meshlet.lodLevel
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
branch: develop
|
|
repo: https://git.personalnas.com/Misaki/GhostEngine.git
|
|
id: lodLevel
|
|
path: src/Runtime/Ghost.Graphics/Core/Mesh.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Ghost.Graphics
|
|
namespace: Ghost.Graphics.Core
|
|
syntax:
|
|
content: public byte lodLevel
|
|
return:
|
|
type: System.Byte
|
|
content.vb: Public lodLevel As Byte
|
|
references:
|
|
- uid: Ghost.Graphics.Core
|
|
commentId: N:Ghost.Graphics.Core
|
|
href: Ghost.html
|
|
name: Ghost.Graphics.Core
|
|
nameWithType: Ghost.Graphics.Core
|
|
fullName: Ghost.Graphics.Core
|
|
spec.csharp:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core
|
|
name: Core
|
|
href: Ghost.Graphics.Core.html
|
|
spec.vb:
|
|
- uid: Ghost
|
|
name: Ghost
|
|
href: Ghost.html
|
|
- name: .
|
|
- uid: Ghost.Graphics
|
|
name: Graphics
|
|
href: Ghost.Graphics.html
|
|
- name: .
|
|
- uid: Ghost.Graphics.Core
|
|
name: Core
|
|
href: Ghost.Graphics.Core.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: Misaki.HighPerformance.Mathematics.Geometry.SphereBounds
|
|
commentId: T:Misaki.HighPerformance.Mathematics.Geometry.SphereBounds
|
|
parent: Misaki.HighPerformance.Mathematics.Geometry
|
|
isExternal: true
|
|
name: SphereBounds
|
|
nameWithType: SphereBounds
|
|
fullName: Misaki.HighPerformance.Mathematics.Geometry.SphereBounds
|
|
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
|
commentId: N:Misaki.HighPerformance.Mathematics.Geometry
|
|
isExternal: true
|
|
name: Misaki.HighPerformance.Mathematics.Geometry
|
|
nameWithType: Misaki.HighPerformance.Mathematics.Geometry
|
|
fullName: Misaki.HighPerformance.Mathematics.Geometry
|
|
spec.csharp:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
|
name: Geometry
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Misaki
|
|
name: Misaki
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance
|
|
name: HighPerformance
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics
|
|
name: Mathematics
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Misaki.HighPerformance.Mathematics.Geometry
|
|
name: Geometry
|
|
isExternal: true
|
|
- uid: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
|
commentId: T:Misaki.HighPerformance.Mathematics.Geometry.AABB
|
|
parent: Misaki.HighPerformance.Mathematics.Geometry
|
|
isExternal: true
|
|
name: AABB
|
|
nameWithType: AABB
|
|
fullName: Misaki.HighPerformance.Mathematics.Geometry.AABB
|
|
- 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: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float
|
|
nameWithType: float
|
|
fullName: float
|
|
nameWithType.vb: Single
|
|
fullName.vb: Single
|
|
name.vb: Single
|
|
- uid: System.Byte
|
|
commentId: T:System.Byte
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
name: byte
|
|
nameWithType: byte
|
|
fullName: byte
|
|
nameWithType.vb: Byte
|
|
fullName.vb: Byte
|
|
name.vb: Byte
|