EHS
PropertyChange.h
Go to the documentation of this file.
1#pragma once
2
3#include "ehs/EHS.h"
4
5namespace ehs
6{
7 enum class ChangeType : UInt_8
8 {
20 };
21
22 class EHS_LIB_IO PropertyChange
23 {
24 public:
26 float value;
27
29
30 PropertyChange(const ChangeType type, const float value);
31 };
32}
Definition: PropertyChange.h:23
ChangeType type
Definition: PropertyChange.h:25
float value
Definition: PropertyChange.h:26
Definition: Anchor.h:6
unsigned char UInt_8
Definition: Types.h:43
ChangeType
Definition: PropertyChange.h:8