DNA Calib
1.1
Project brief
dnacalib
DNACalib
include
dna
DataLayer.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
namespace
dna
{
6
7
enum class
DataLayer
{
8
Descriptor
,
9
Definition
,
// Includes Descriptor
10
Behavior
,
// Includes Descriptor and Definition
11
Geometry
,
// Includes Descriptor and Definition
12
GeometryWithoutBlendShapes
,
// Includes Descriptor and Definition
13
AllWithoutBlendShapes
,
// Includes everything except blend shapes from Geometry
14
All
15
};
16
17
}
// namespace dna
dna
Definition:
BinaryStreamReader.h:10
dna::DataLayer
DataLayer
Definition:
DataLayer.h:7
dna::DataLayer::Definition
@ Definition
dna::DataLayer::Descriptor
@ Descriptor
dna::DataLayer::GeometryWithoutBlendShapes
@ GeometryWithoutBlendShapes
dna::DataLayer::All
@ All
dna::DataLayer::Behavior
@ Behavior
dna::DataLayer::AllWithoutBlendShapes
@ AllWithoutBlendShapes
dna::DataLayer::Geometry
@ Geometry
Generated by
1.9.4