API reference
API reference
Select your platform
No SDKs available
No versions available

GLXFReloadType

GLXFReloadType

enum GLXFReloadType : Enum<GLXFReloadType>
GLXFReloadType is an enum that specifies how GLXFs should be reloaded.
KEEP_EXISTING_ENTITIES: Keeps existing entities and updates them with new data from the reloaded GLXF file.
DELETE_AND_RECREATE_ENTITIES: Deletes existing entities and recreates them with new data from the reloaded GLXF file.

Entries

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): GLXFReloadType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<GLXFReloadType>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon