All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
viewport3d_properties.h File Reference

Functions

ResourceID getPrefabResourceID () const
 Gets the value of PrefabProperty. More...
 
void setPrefabResourceID (ResourceID value)
 Sets the value of PrefabProperty. More...
 
ResourceID getMaterialResourceID () const
 Gets the value of MaterialProperty. More...
 
void setMaterialResourceID (ResourceID value)
 Sets the value of MaterialProperty. More...
 

Variables

static PropertyType< ResourceID > PrefabProperty
 Prefab property. More...
 
static PropertyType< ResourceID > MaterialProperty
 Material property. More...
 

Function Documentation

ResourceID getPrefabResourceID ( ) const

Gets the value of PrefabProperty.

See also
setPrefabResourceID()
void setPrefabResourceID ( ResourceID  value)

Sets the value of PrefabProperty.

See also
getPrefabResourceID()
ResourceID getMaterialResourceID ( ) const

Gets the value of MaterialProperty.

See also
setMaterialResourceID()
void setMaterialResourceID ( ResourceID  value)

Sets the value of MaterialProperty.

See also
getMaterialResourceID()

Variable Documentation

PropertyType<ResourceID> PrefabProperty
static

Prefab property.

The default value is ResourceID().

See also
setPrefabResourceID(), getPrefabResourceID()
PropertyType<ResourceID> MaterialProperty
static

Material property.

The default value is ResourceID().

See also
setMaterialResourceID(), getMaterialResourceID()