Open Reality Reference Guide
|
|
Go to the documentation of this file.
43 #include <kaydaradef.h>
48 #define FBSDK_DLL K_DLLIMPORT
53 #ifdef FBSDKUseNamespace
54 namespace FBSDKNamespace {
107 FBGroup(
const char* pName, HIObject pObject=NULL);
154 FBSet(
const char* pName, HIObject pObject=NULL);
179 #ifdef FBSDKUseNamespace
FBPropertyBool Pickable
Read Write Property: Controls if objects in the group are pickable.
virtual void FBDelete() override
Virtual FBDelete function.
FBSet * operator[](int pIndex)
Get the set at pIndex.
FBPropertyBool Show
Read Write Property: Controls if objects in the group are displayed.
FBPropertyListComponent Items
List: Items in the set.
A box is a fundamental building block in the application architecture.
FBGroup * Clone()
Clone the group.
bool Contains(FBComponent *pComponent)
Contains.
void Select(bool pSelect)
Select.
void Select(bool pSelect)
Select.
FBSet(const char *pName, HIObject pObject=NULL)
Constructor.
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
FBPropertyBool Transformable
Read Write Property: Controls if objects in the set are transformable.
FBGroup * operator[](int pIndex)
Get the group at pIndex.
FBPropertyListComponent Items
List: Items in the group.
#define __FBClassDeclare(Name, Parent)
For internal use only.
#define __FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.
class K_DLLIMPORT FBPropertyBase< bool, kFBPT_bool > FBPropertyBool
Property: bool
FBPropertyBool Transformable
Read Write Property: Controls if objects in the group are transformable.
PropertyList: Concrete class for PropertyList of component
Contains definitions for devices, boxes and models.
#define FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.
virtual void FBDelete() override
Virtual FBDelete function.
FB_DEFINE_COMPONENT(K_DLLIMPORT, AnimationNode)
Animation node class.
FBPropertyAnimatableBool Visibility
Read Write Property: Visibility of set (animatable).
FBPropertyBool Pickable
Read Write Property: Controls if objects in the set are pickable.
class K_DLLIMPORT FBPropertyBaseAnimatable< bool, kFBPT_bool > FBPropertyAnimatableBool
FBPropertyAnimatableBool type definition.
MotionBuilder SDK base class.
FBGroup(const char *pName, HIObject pObject=NULL)
Constructor.
int Contains(FBComponent *pComponent)
Contains.