-
Notifications
You must be signed in to change notification settings - Fork 16
EntityStateSendingMode
huggins edited this page May 3, 2023
·
4 revisions
Holds enums for dictating type of sending modes usable by the DIS Send Component.
enum class EEntityStateSendingMode : uint8
{
None,
EntityStatePDU,
EntityStateUpdatePDU
};
Name | Description |
---|---|
None | Don't send out any automatic Entity State PDU updates. |
EntityStatePDU | Send out automatic Entity State PDU updates. |
EntityStateUpdatePDU | Send out automatic Entity State Update PDU updates. |