GitHub
Pixels Website
Preparing search index...
The search index is not available
Documentation
Documentation
@systemic-games/pixels-core-utils
SerializableProperty
Interface SerializableProperty
Type of the metadata attached to properties by the
serializable
decorator.
interface
SerializableProperty
{
options
?:
SerializableOptions
;
propertyKey
:
string
;
size
:
number
;
}
Index
Properties
options?
property
Key
size
Properties
Optional
options
options
?:
SerializableOptions
property
Key
property
Key
:
string
size
size
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
property
Key
size
GitHub
Pixels Website
Documentation
Loading...
Type of the metadata attached to properties by the serializable decorator.