Files
GhostEngine/docs/documents/api/Ghost.Entities.TimeData.yml

417 lines
12 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Ghost.Entities.TimeData
commentId: T:Ghost.Entities.TimeData
id: TimeData
parent: Ghost.Entities
children:
- Ghost.Entities.TimeData.DeltaTime
- Ghost.Entities.TimeData.ElapsedTime
- Ghost.Entities.TimeData.FrameCount
langs:
- csharp
- vb
name: TimeData
nameWithType: TimeData
fullName: Ghost.Entities.TimeData
type: Struct
source:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: TimeData
path: src/Runtime/Ghost.Entities/Common.cs
startLine: 2
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public readonly struct TimeData
content.vb: Public Structure TimeData
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.Entities.TimeData.FrameCount
commentId: P:Ghost.Entities.TimeData.FrameCount
id: FrameCount
parent: Ghost.Entities.TimeData
langs:
- csharp
- vb
name: FrameCount
nameWithType: TimeData.FrameCount
fullName: Ghost.Entities.TimeData.FrameCount
type: Property
source:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: FrameCount
path: src/Runtime/Ghost.Entities/Common.cs
startLine: 4
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public int FrameCount { get; init; }
parameters: []
return:
type: System.Int32
content.vb: Public Property FrameCount As Integer
overload: Ghost.Entities.TimeData.FrameCount*
- uid: Ghost.Entities.TimeData.DeltaTime
commentId: P:Ghost.Entities.TimeData.DeltaTime
id: DeltaTime
parent: Ghost.Entities.TimeData
langs:
- csharp
- vb
name: DeltaTime
nameWithType: TimeData.DeltaTime
fullName: Ghost.Entities.TimeData.DeltaTime
type: Property
source:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: DeltaTime
path: src/Runtime/Ghost.Entities/Common.cs
startLine: 9
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public float DeltaTime { get; init; }
parameters: []
return:
type: System.Single
content.vb: Public Property DeltaTime As Single
overload: Ghost.Entities.TimeData.DeltaTime*
- uid: Ghost.Entities.TimeData.ElapsedTime
commentId: P:Ghost.Entities.TimeData.ElapsedTime
id: ElapsedTime
parent: Ghost.Entities.TimeData
langs:
- csharp
- vb
name: ElapsedTime
nameWithType: TimeData.ElapsedTime
fullName: Ghost.Entities.TimeData.ElapsedTime
type: Property
source:
remote:
path: src/Runtime/Ghost.Entities/Common.cs
branch: develop
repo: https://git.personalnas.com/Misaki/GhostEngine.git
id: ElapsedTime
path: src/Runtime/Ghost.Entities/Common.cs
startLine: 14
assemblies:
- Ghost.Entities
namespace: Ghost.Entities
syntax:
content: public double ElapsedTime { get; init; }
parameters: []
return:
type: System.Double
content.vb: Public Property ElapsedTime As Double
overload: Ghost.Entities.TimeData.ElapsedTime*
references:
- uid: Ghost.Entities
commentId: N:Ghost.Entities
href: Ghost.html
name: Ghost.Entities
nameWithType: Ghost.Entities
fullName: Ghost.Entities
spec.csharp:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Entities
name: Entities
href: Ghost.Entities.html
spec.vb:
- uid: Ghost
name: Ghost
href: Ghost.html
- name: .
- uid: Ghost.Entities
name: Entities
href: Ghost.Entities.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.Entities.TimeData.FrameCount*
commentId: Overload:Ghost.Entities.TimeData.FrameCount
href: Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_FrameCount
name: FrameCount
nameWithType: TimeData.FrameCount
fullName: Ghost.Entities.TimeData.FrameCount
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: int
nameWithType: int
fullName: int
nameWithType.vb: Integer
fullName.vb: Integer
name.vb: Integer
- uid: Ghost.Entities.TimeData.DeltaTime*
commentId: Overload:Ghost.Entities.TimeData.DeltaTime
href: Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_DeltaTime
name: DeltaTime
nameWithType: TimeData.DeltaTime
fullName: Ghost.Entities.TimeData.DeltaTime
- 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: Ghost.Entities.TimeData.ElapsedTime*
commentId: Overload:Ghost.Entities.TimeData.ElapsedTime
href: Ghost.Entities.TimeData.html#Ghost_Entities_TimeData_ElapsedTime
name: ElapsedTime
nameWithType: TimeData.ElapsedTime
fullName: Ghost.Entities.TimeData.ElapsedTime
- uid: System.Double
commentId: T:System.Double
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.double
name: double
nameWithType: double
fullName: double
nameWithType.vb: Double
fullName.vb: Double
name.vb: Double