TinyLifeWeb/docs/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml
2022-01-08 12:41:09 +01:00

143 lines
4.5 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Objects.Person.WalkSpeedDelegate
commentId: T:TinyLife.Objects.Person.WalkSpeedDelegate
id: Person.WalkSpeedDelegate
parent: TinyLife.Objects
children: []
langs:
- csharp
- vb
name: Person.WalkSpeedDelegate
nameWithType: Person.WalkSpeedDelegate
fullName: TinyLife.Objects.Person.WalkSpeedDelegate
type: Delegate
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: Objects/Person.cs
startLine: 2234
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA delegate used for <xref href=\"TinyLife.Objects.Person.OnGetWalkSpeed\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public delegate void WalkSpeedDelegate(ref float walkSpeed);
parameters:
- id: walkSpeed
type: System.Single
content.vb: Public Delegate Sub WalkSpeedDelegate(ByRef walkSpeed As Single)
extensionMethods:
- TinyLife.Objects.Person.WalkSpeedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Objects.Person.OnGetWalkSpeed
commentId: E:TinyLife.Objects.Person.OnGetWalkSpeed
isExternal: true
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: TinyLife.Objects.Person.WalkSpeedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Person.WalkSpeedDelegate>()
nameWithType: Extensions.JsonCopy<Person.WalkSpeedDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.WalkSpeedDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of Person.WalkSpeedDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.WalkSpeedDelegate)()
name.vb: JsonCopy(Of Person.WalkSpeedDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<Person.WalkSpeedDelegate>
nameWithType: Extensions.JsonCopy<Person.WalkSpeedDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person.WalkSpeedDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of Person.WalkSpeedDelegate)
nameWithType: Extensions.JsonCopy(Of Person.WalkSpeedDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person.WalkSpeedDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities