DOCUMENTATION

This commit is contained in:
2026-02-09 16:52:19 -05:00
parent c12649c92d
commit fcbe9ff8bc
295 changed files with 26814 additions and 0 deletions

789
api/Awperative.Body.yml Normal file
View File

@@ -0,0 +1,789 @@
### YamlMime:ManagedReference
items:
- uid: Awperative.Body
commentId: T:Awperative.Body
id: Body
parent: Awperative
children:
- Awperative.Body.Components
- Awperative.Body.Scene
- Awperative.Body.Tags
- Awperative.Body.transform
langs:
- csharp
- vb
name: Body
nameWithType: Body
fullName: Awperative.Body
type: Class
source:
remote:
path: Awperative/Kernel/Entities/Bodies/Core.cs
branch: main
repo: https://github.com/BlazeyDotOrg/Awperative.git
id: Body
path: Awperative/Kernel/Entities/Bodies/Core.cs
startLine: 8
assemblies:
- Awperative
namespace: Awperative
syntax:
content: 'public sealed class Body : DockerEntity'
content.vb: Public NotInheritable Class Body Inherits DockerEntity
inheritance:
- System.Object
- Awperative.DockerEntity
inheritedMembers:
- Awperative.DockerEntity.AddComponent``1
- Awperative.DockerEntity.AddComponent``1(System.Object[])
- Awperative.DockerEntity.GetComponent``1
- Awperative.DockerEntity.GetComponents``1
- Awperative.DockerEntity.RemoveComponent(Awperative.Component)
- Awperative.DockerEntity.RemoveComponent``1
- Awperative.DockerEntity.RemoveComponents``1
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: Awperative.Body.Scene
commentId: P:Awperative.Body.Scene
id: Scene
parent: Awperative.Body
langs:
- csharp
- vb
name: Scene
nameWithType: Body.Scene
fullName: Awperative.Body.Scene
type: Property
source:
remote:
path: Awperative/Kernel/Entities/Bodies/Core.cs
branch: main
repo: https://github.com/BlazeyDotOrg/Awperative.git
id: Scene
path: Awperative/Kernel/Entities/Bodies/Core.cs
startLine: 15
assemblies:
- Awperative
namespace: Awperative
summary: Current scene the body exists in
example: []
syntax:
content: public Scene Scene { get; }
parameters: []
return:
type: Awperative.Scene
content.vb: Public Property Scene As Scene
overload: Awperative.Body.Scene*
- uid: Awperative.Body.Components
commentId: P:Awperative.Body.Components
id: Components
parent: Awperative.Body
langs:
- csharp
- vb
name: Components
nameWithType: Body.Components
fullName: Awperative.Body.Components
type: Property
source:
remote:
path: Awperative/Kernel/Entities/Bodies/Core.cs
branch: main
repo: https://github.com/BlazeyDotOrg/Awperative.git
id: Components
path: Awperative/Kernel/Entities/Bodies/Core.cs
startLine: 24
assemblies:
- Awperative
namespace: Awperative
summary: All components attached to the body
example: []
syntax:
content: public List<Component> Components { get; }
parameters: []
return:
type: System.Collections.Generic.List{Awperative.Component}
content.vb: Public ReadOnly Property Components As List(Of Component)
overload: Awperative.Body.Components*
- uid: Awperative.Body.Tags
commentId: P:Awperative.Body.Tags
id: Tags
parent: Awperative.Body
langs:
- csharp
- vb
name: Tags
nameWithType: Body.Tags
fullName: Awperative.Body.Tags
type: Property
source:
remote:
path: Awperative/Kernel/Entities/Bodies/Core.cs
branch: main
repo: https://github.com/BlazeyDotOrg/Awperative.git
id: Tags
path: Awperative/Kernel/Entities/Bodies/Core.cs
startLine: 34
assemblies:
- Awperative
namespace: Awperative
summary: All tags attached to the body
example: []
syntax:
content: public List<string> Tags { get; }
parameters: []
return:
type: System.Collections.Generic.List{System.String}
content.vb: Public ReadOnly Property Tags As List(Of String)
overload: Awperative.Body.Tags*
- uid: Awperative.Body.transform
commentId: P:Awperative.Body.transform
id: transform
parent: Awperative.Body
langs:
- csharp
- vb
name: transform
nameWithType: Body.transform
fullName: Awperative.Body.transform
type: Property
source:
remote:
path: Awperative/Kernel/Entities/Bodies/Core.cs
branch: main
repo: https://github.com/BlazeyDotOrg/Awperative.git
id: transform
path: Awperative/Kernel/Entities/Bodies/Core.cs
startLine: 44
assemblies:
- Awperative
namespace: Awperative
summary: Position of the body
example: []
syntax:
content: public Transform transform { get; }
parameters: []
return:
type: Awperative.Transform
content.vb: Public Property transform As Transform
overload: Awperative.Body.transform*
references:
- uid: Awperative
commentId: N:Awperative
href: Awperative.html
name: Awperative
nameWithType: Awperative
fullName: Awperative
- 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: Awperative.DockerEntity
commentId: T:Awperative.DockerEntity
parent: Awperative
href: Awperative.DockerEntity.html
name: DockerEntity
nameWithType: DockerEntity
fullName: Awperative.DockerEntity
- uid: Awperative.DockerEntity.AddComponent``1
commentId: M:Awperative.DockerEntity.AddComponent``1
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1
name: AddComponent<Generic>()
nameWithType: DockerEntity.AddComponent<Generic>()
fullName: Awperative.DockerEntity.AddComponent<Generic>()
nameWithType.vb: DockerEntity.AddComponent(Of Generic)()
fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)()
name.vb: AddComponent(Of Generic)()
spec.csharp:
- uid: Awperative.DockerEntity.AddComponent``1
name: AddComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1
- name: <
- name: Generic
- name: '>'
- name: (
- name: )
spec.vb:
- uid: Awperative.DockerEntity.AddComponent``1
name: AddComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- name: )
- uid: Awperative.DockerEntity.AddComponent``1(System.Object[])
commentId: M:Awperative.DockerEntity.AddComponent``1(System.Object[])
parent: Awperative.DockerEntity
isExternal: true
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___
name: AddComponent<Generic>(object[])
nameWithType: DockerEntity.AddComponent<Generic>(object[])
fullName: Awperative.DockerEntity.AddComponent<Generic>(object[])
nameWithType.vb: DockerEntity.AddComponent(Of Generic)(Object())
fullName.vb: Awperative.DockerEntity.AddComponent(Of Generic)(Object())
name.vb: AddComponent(Of Generic)(Object())
spec.csharp:
- uid: Awperative.DockerEntity.AddComponent``1(System.Object[])
name: AddComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___
- name: <
- name: Generic
- name: '>'
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: Awperative.DockerEntity.AddComponent``1(System.Object[])
name: AddComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_AddComponent__1_System_Object___
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: (
- name: )
- name: )
- uid: Awperative.DockerEntity.GetComponent``1
commentId: M:Awperative.DockerEntity.GetComponent``1
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1
name: GetComponent<Generic>()
nameWithType: DockerEntity.GetComponent<Generic>()
fullName: Awperative.DockerEntity.GetComponent<Generic>()
nameWithType.vb: DockerEntity.GetComponent(Of Generic)()
fullName.vb: Awperative.DockerEntity.GetComponent(Of Generic)()
name.vb: GetComponent(Of Generic)()
spec.csharp:
- uid: Awperative.DockerEntity.GetComponent``1
name: GetComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1
- name: <
- name: Generic
- name: '>'
- name: (
- name: )
spec.vb:
- uid: Awperative.DockerEntity.GetComponent``1
name: GetComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponent__1
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- name: )
- uid: Awperative.DockerEntity.GetComponents``1
commentId: M:Awperative.DockerEntity.GetComponents``1
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1
name: GetComponents<Generic>()
nameWithType: DockerEntity.GetComponents<Generic>()
fullName: Awperative.DockerEntity.GetComponents<Generic>()
nameWithType.vb: DockerEntity.GetComponents(Of Generic)()
fullName.vb: Awperative.DockerEntity.GetComponents(Of Generic)()
name.vb: GetComponents(Of Generic)()
spec.csharp:
- uid: Awperative.DockerEntity.GetComponents``1
name: GetComponents
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1
- name: <
- name: Generic
- name: '>'
- name: (
- name: )
spec.vb:
- uid: Awperative.DockerEntity.GetComponents``1
name: GetComponents
href: Awperative.DockerEntity.html#Awperative_DockerEntity_GetComponents__1
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- name: )
- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component)
commentId: M:Awperative.DockerEntity.RemoveComponent(Awperative.Component)
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_
name: RemoveComponent(Component)
nameWithType: DockerEntity.RemoveComponent(Component)
fullName: Awperative.DockerEntity.RemoveComponent(Awperative.Component)
spec.csharp:
- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component)
name: RemoveComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_
- name: (
- uid: Awperative.Component
name: Component
href: Awperative.Component.html
- name: )
spec.vb:
- uid: Awperative.DockerEntity.RemoveComponent(Awperative.Component)
name: RemoveComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent_Awperative_Component_
- name: (
- uid: Awperative.Component
name: Component
href: Awperative.Component.html
- name: )
- uid: Awperative.DockerEntity.RemoveComponent``1
commentId: M:Awperative.DockerEntity.RemoveComponent``1
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1
name: RemoveComponent<Generic>()
nameWithType: DockerEntity.RemoveComponent<Generic>()
fullName: Awperative.DockerEntity.RemoveComponent<Generic>()
nameWithType.vb: DockerEntity.RemoveComponent(Of Generic)()
fullName.vb: Awperative.DockerEntity.RemoveComponent(Of Generic)()
name.vb: RemoveComponent(Of Generic)()
spec.csharp:
- uid: Awperative.DockerEntity.RemoveComponent``1
name: RemoveComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1
- name: <
- name: Generic
- name: '>'
- name: (
- name: )
spec.vb:
- uid: Awperative.DockerEntity.RemoveComponent``1
name: RemoveComponent
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponent__1
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- name: )
- uid: Awperative.DockerEntity.RemoveComponents``1
commentId: M:Awperative.DockerEntity.RemoveComponents``1
parent: Awperative.DockerEntity
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1
name: RemoveComponents<Generic>()
nameWithType: DockerEntity.RemoveComponents<Generic>()
fullName: Awperative.DockerEntity.RemoveComponents<Generic>()
nameWithType.vb: DockerEntity.RemoveComponents(Of Generic)()
fullName.vb: Awperative.DockerEntity.RemoveComponents(Of Generic)()
name.vb: RemoveComponents(Of Generic)()
spec.csharp:
- uid: Awperative.DockerEntity.RemoveComponents``1
name: RemoveComponents
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1
- name: <
- name: Generic
- name: '>'
- name: (
- name: )
spec.vb:
- uid: Awperative.DockerEntity.RemoveComponents``1
name: RemoveComponents
href: Awperative.DockerEntity.html#Awperative_DockerEntity_RemoveComponents__1
- name: (
- name: Of
- name: " "
- name: Generic
- name: )
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- 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)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- 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.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- 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.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: Awperative.Body.Scene*
commentId: Overload:Awperative.Body.Scene
href: Awperative.Body.html#Awperative_Body_Scene
name: Scene
nameWithType: Body.Scene
fullName: Awperative.Body.Scene
- uid: Awperative.Scene
commentId: T:Awperative.Scene
parent: Awperative
href: Awperative.Scene.html
name: Scene
nameWithType: Scene
fullName: Awperative.Scene
- uid: Awperative.Body.Components*
commentId: Overload:Awperative.Body.Components
href: Awperative.Body.html#Awperative_Body_Components
name: Components
nameWithType: Body.Components
fullName: Awperative.Body.Components
- uid: System.Collections.Generic.List{Awperative.Component}
commentId: T:System.Collections.Generic.List{Awperative.Component}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<Component>
nameWithType: List<Component>
fullName: System.Collections.Generic.List<Awperative.Component>
nameWithType.vb: List(Of Component)
fullName.vb: System.Collections.Generic.List(Of Awperative.Component)
name.vb: List(Of Component)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: Awperative.Component
name: Component
href: Awperative.Component.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: Awperative.Component
name: Component
href: Awperative.Component.html
- name: )
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: Awperative.Body.Tags*
commentId: Overload:Awperative.Body.Tags
href: Awperative.Body.html#Awperative_Body_Tags
name: Tags
nameWithType: Body.Tags
fullName: Awperative.Body.Tags
- uid: System.Collections.Generic.List{System.String}
commentId: T:System.Collections.Generic.List{System.String}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<string>
nameWithType: List<string>
fullName: System.Collections.Generic.List<string>
nameWithType.vb: List(Of String)
fullName.vb: System.Collections.Generic.List(Of String)
name.vb: List(Of String)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: Awperative.Body.transform*
commentId: Overload:Awperative.Body.transform
href: Awperative.Body.html#Awperative_Body_transform
name: transform
nameWithType: Body.transform
fullName: Awperative.Body.transform
- uid: Awperative.Transform
commentId: T:Awperative.Transform
parent: Awperative
href: Awperative.Transform.html
name: Transform
nameWithType: Transform
fullName: Awperative.Transform