1 datamodelsclient EFACSnapshotVector3
RaidMax edited this page 2023-05-20 22:09:21 -05:00

EFACSnapshotVector3 Public class

Diagram

  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

Members

Properties

Public properties

Type Name Methods
int ACSnapshotVector3Id get, set
EFACSnapshot Snapshot get, set
int SnapshotId get, set
Vector3 Vector get, set
int Vector3Id get, set

Details

Inheritance

Constructors

EFACSnapshotVector3

public EFACSnapshotVector3()

Properties

ACSnapshotVector3Id

public int ACSnapshotVector3Id { get; set; }

SnapshotId

public int SnapshotId { get; set; }

Snapshot

public EFACSnapshot Snapshot { get; set; }

Vector3Id

public int Vector3Id { get; set; }

Vector

public Vector3 Vector { get; set; }

Generated with ModularDoc