-
-
Notifications
You must be signed in to change notification settings - Fork 44
datamodelsclient EFACSnapshotVector3
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Data.Models.Client
Data.Models.Client.EFACSnapshotVector3[[EFACSnapshotVector3]]
end
subgraph Data.Models
Data.Models.SharedEntity[[SharedEntity]]
end
Data.Models.SharedEntity --> Data.Models.Client.EFACSnapshotVector3
Type | Name | Methods |
---|---|---|
int |
ACSnapshotVector3Id |
get, set |
EFACSnapshot |
Snapshot |
get, set |
int |
SnapshotId |
get, set |
Vector3 |
Vector |
get, set |
int |
Vector3Id |
get, set |
public EFACSnapshotVector3()
public int ACSnapshotVector3Id { get; set; }
public int SnapshotId { get; set; }
public EFACSnapshot Snapshot { get; set; }
public int Vector3Id { get; set; }
public Vector3 Vector { get; set; }
Generated with ModularDoc