APEX Framework: nvidia::apex::DestructibleChunkEvent Struct Reference

NVIDIA APEX

nvidia::apex::DestructibleChunkEvent Struct Reference

#include <ModuleDestructible.h>

List of all members.

Public Types

enum  EventMask {
  VisibilityChanged = (1 << 0),
  ChunkVisible = (1 << 1)
}

Public Attributes

uint16_t chunkIndex
 Chunk index.
uint16_t event
 Event.

Detailed Description

An event structure for an optional chunk event buffer. Contains a chunk index and an event field.

Note: currently the only chunk state event is for visibility changes, so the VisibilityChanged bit will always be set when this struct is used.


Member Enumeration Documentation


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.