SpawnableData Class - GeoPlayerRu/PixPhys-Unofficial-Wiki GitHub Wiki
Spawnable class doesn't have any special functions, but has many variables.
Game Objects
Prefab
- see more in unity documentation.
Strings
Name
contains name of your custom object.
Description
contains description of your custom object.
CategoryName
contains category of your custom object.
Floats
ThumbnailRenderScale = 5f
I don't know what is this doing.
Vectors
ThubnailRenderOffset
same thing as ThumbnailRenderScale
Sprites
Thumbnail
is used for in-game icon
Actions
SpawnAction
is main function analog of your gameobject.
Bools
Deactivated
is bool that constains answer on "is deactivated?" question.