APEX Framework: nvidia::apex::DestructibleActorSyncFlags Struct Reference

NVIDIA APEX

nvidia::apex::DestructibleActorSyncFlags Struct Reference

#include <DestructibleActor.h>

List of all members.

Public Types

enum  Enum {
  None = 0,
  CopyDamageEvents = (1 << 0),
  ReadDamageEvents = (1 << 1),
  CopyFractureEvents = (1 << 2),
  ReadFractureEvents = (1 << 3),
  CopyChunkTransform = (1 << 4),
  ReadChunkTransform = (1 << 5),
  Last = (1 << 6)
}

Detailed Description

Flags for managing the sync state of the destructible actor


Member Enumeration Documentation

Enum of destructible actor sync flags


The documentation for this struct was generated from the following file:

Generated on Fri Dec 15 2017 13:58:38

Copyright © 2012-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.