CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::SerializedPropertyMetadata Struct Referencefinal

A structure that holds metadata for a serialized property. More...

#include <CeresEngine/Serialization/Serialization.hpp>

Public Attributes

SerializedPropertyMetadataFlags flags = SerializedPropertyMetadataFlag::None
 A set of flags that determine the serialization behavior of the object property.
 
StringView name
 The class property.
 

Detailed Description

A structure that holds metadata for a serialized property.

Member Data Documentation

◆ flags

SerializedPropertyMetadataFlags CeresEngine::SerializedPropertyMetadata::flags = SerializedPropertyMetadataFlag::None

A set of flags that determine the serialization behavior of the object property.

◆ name

StringView CeresEngine::SerializedPropertyMetadata::name

The class property.


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