|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VUObjectInfo | |
|---|---|
| com.vwp.vuapi | |
| com.vwp.vuapi.event | |
| com.vwp.vuapi.objects | |
| com.vwp.vuapi.util | |
| Uses of VUObjectInfo in com.vwp.vuapi |
|---|
| Methods in com.vwp.vuapi with parameters of type VUObjectInfo | |
|---|---|
abstract int |
VUInterface.buildObject(VUObjectInfo obj)
This method has to be called to build a new object or to change a existing one. |
| Uses of VUObjectInfo in com.vwp.vuapi.event |
|---|
| Methods in com.vwp.vuapi.event with parameters of type VUObjectInfo | |
|---|---|
void |
VUObjectListener.objectChanged(VUObjectInfo oi,
int changeFlag)
An object within the world the robot is currently logged in has changed |
| Uses of VUObjectInfo in com.vwp.vuapi.objects |
|---|
| Subclasses of VUObjectInfo in com.vwp.vuapi.objects | |
|---|---|
class |
VU3DTextObjectInfo
This class can be used to create 3d text objects |
class |
VUFountainObjectInfo
This class can be used to create new fountain particle objects |
class |
VUGeneratedObjectInfo
A base class for all generated object types, this class can't be used directly to build or modify objects, use the classes that inherit from this one instead! |
class |
VUGroundObjectInfo
This class can be used to create a special object type for generating a ground within a world. |
class |
VULightObjectInfo
This is a base class for all light object types and can't be used directly to create and build new light objects within a world |
class |
VUPointLightObjectInfo
With this class a point light can be managed and build within a world newly |
class |
VUPointSoundObjectInfo
Using this class npoint sound objects can be handled |
class |
VUPrimitiveObjectInfo
This object class is used for all primitives like they are defined by the VU_PRIMITIVE_TYPE_xxx flags. |
class |
VURotationShapeObjectInfo
This is the class that can be used to handle rotation symmetric 3d ojects |
class |
VUSpotLightObjectInfo
With this class light objects of type "spotlight" can be managed. |
class |
VUStandardObjectInfo
A standard object is a 3d object that loads its data from a 3d mesh that is located somewhere in the web. |
class |
VUVisiblePointLightObjectInfo
With this class a visible point light can be managed and build within a world |
| Methods in com.vwp.vuapi.objects with parameters of type VUObjectInfo | |
|---|---|
void |
VUGroundObjectInfo.set(VUObjectInfo oi)
|
void |
VUObjectInfo.set(VUObjectInfo oi)
This method sets the available values of the given VUInfo object, that means, memebers of the given parameter that are not -1 and not null are copied to the related members of this object |
| Uses of VUObjectInfo in com.vwp.vuapi.util |
|---|
| Methods in com.vwp.vuapi.util that return VUObjectInfo | |
|---|---|
VUObjectInfo |
VUObjectInfoTool.getVUInfo(VUObjectInfo vui)
Returns a VUObjectInfo object that has been stored; to find that object at least the ID or the name has to be provided |
VUObjectInfo |
VUObjectInfoTool.setVUInfo(VUObjectInfo vui)
This method is used to set newly available or changed VUObjectInfo members. |
| Methods in com.vwp.vuapi.util with parameters of type VUObjectInfo | |
|---|---|
void |
VUObjectInfoTool.deleteVUInfo(VUObjectInfo vui)
Deletes a VUObjectInfo object out of the list; to find that object at least the ID or the name has to be provided |
VUObjectInfo |
VUObjectInfoTool.getVUInfo(VUObjectInfo vui)
Returns a VUObjectInfo object that has been stored; to find that object at least the ID or the name has to be provided |
VUObjectInfo |
VUObjectInfoTool.setVUInfo(VUObjectInfo vui)
This method is used to set newly available or changed VUObjectInfo members. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||