Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
This class holds all information to register an entity with the vxSandbox enviroment. More...
Public Member Functions | |
vxSandboxEntityRegistrationInfo (Type type, vxRegisterAsSandboxEntityAttribute itemAttribute, ref vxIContentPack contentPack) | |
Creates a Sandbox Entity Registration using the type, item attributes and content pack. | |
Public Attributes | |
Type | Type |
Texture2D | Icon |
The Icon for thie Item. | |
readonly string | Key |
The Key for this item. | |
string | Description |
The Name of the Current Item. | |
string | FilePath |
File Path to the main asset. | |
vxEntitySpriteSheetDefinition | SpriteSheetInfo |
Properties | |
EntityType | EntityType [get] |
string | Name [get] |
string | Category [get] |
string | SubCategory [get] |
bool | IsVisibleInSandboxList [get] |
virtual vxPluginMetaInfo | ContentPack [get] |
Gets the content pack key that this entity belongs to. | |
bool | HideFromSandboxUI [get] |
Hide's this entity in the sandbox creation UIs. | |
This class holds all information to register an entity with the vxSandbox enviroment.
VerticesEngine.vxSandboxEntityRegistrationInfo.vxSandboxEntityRegistrationInfo | ( | Type | type, |
vxRegisterAsSandboxEntityAttribute | itemAttribute, | ||
ref vxIContentPack | contentPack ) |
Creates a Sandbox Entity Registration using the type, item attributes and content pack.
type | |
itemAttribute | |
contentPack |
|
get |
Gets the content pack key that this entity belongs to.
The content pack key.