This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| democap:elementclasses [2025/03/22 15:13] – [Behaviors Explained: From A to Z] dragonlord | democap:elementclasses [2025/03/22 18:38] (current) – [H] dragonlord | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| This list contains all the behaviors DEMoCap provides and that can be used in '' | This list contains all the behaviors DEMoCap provides and that can be used in '' | ||
| + | |||
| + | ===== A ===== | ||
| * [[behavior_ecbanimated|ECBAnimated]] | * [[behavior_ecbanimated|ECBAnimated]] | ||
| + | |||
| + | ===== C ===== | ||
| + | |||
| + | * [[behavior_ecbcamerafeedview|ECBCameraFeedView]] | ||
| + | * [[behavior_ecbcapturedanimations|ECBCapturedAnimations]] | ||
| + | * [[behavior_ecbcolliderphysics|ECBColliderPhysics]] | ||
| + | * [[behavior_ecbcomponent|ECBComponent]] | ||
| + | * [[behavior_ecbcopyobject|ECBCopyObject]] | ||
| + | * [[behavior_ecbcustomcolor|ECBCustomColor]] | ||
| + | |||
| + | ===== D ===== | ||
| + | |||
| + | * [[behavior_ecbdesktoplanguagechanged|ECBDesktopLanguageChanged]] | ||
| + | |||
| + | ===== G ===== | ||
| + | |||
| + | * [[behavior_ecbgrabattach|ECBGrabAttach]] | ||
| + | * [[behavior_ecbgrabbedenablecamera|ECBGrabbedEnableCamera]] | ||
| + | * [[behavior_ecbbehaviorguipanels|ECBBehaviorGuiPanels]] | ||
| + | |||
| + | ===== H ===== | ||
| + | |||
| + | * [[behavior_ecbhelptopic|ECBHelpTopic]] | ||
| + | * [[behavior_ecbhidecondition|ECBHideCondition]] | ||
| + | * [[behavior_ecbhighlightpointedat|ECBHighlightPointedAt]] | ||
| + | |||
| + | ===== R ===== | ||
| + | |||
| + | * [[behavior_ecbrecordanimation|ECBRecordAnimation]] | ||
| + | * [[behavior_ecbremotecamera|ECBRemoteCamera]] | ||
| + | * [[behavior_ecbrenderablecamera|ECBRenderableCamera]] | ||
| + | |||
| + | ===== S ===== | ||
| + | |||
| + | * [[behavior_ecbsceneobject|ECBSceneObject]]: | ||
| + | * [[behavior_ecbselectable|ECBSelectable]] | ||
| + | * [[behavior_ecbshowinteracthandles|ECBShowInteractHandles]] | ||
| + | * [[behavior_ecbshowinteractionbubble|ECBShowInteractionBubble]] | ||
| + | |||
| + | ===== T ===== | ||
| + | |||
| + | * [[behavior_ecbtemporaryghost|ECBTemporaryGhost]] | ||
| + | * [[behavior_ecbtogglevisibility|ECBToggleVisibility]] | ||
| + | |||
| + | ===== W ===== | ||
| + | |||
| + | * [[behavior_ecbwindowvideoplayer|ECBWindowVideoPlayer]] | ||
| ====== Examples ====== | ====== Examples ====== | ||
| Line 38: | Line 87: | ||
| </ | </ | ||
| - | Example of an '' | + | Example of an '' |
| <code xml> | <code xml> | ||
| <?xml version=' | <?xml version=' | ||
| < | < | ||
| - | <!-- GenericBehaviorElement is by definition a blank behavior element class. | + | <!-- GenericBehaviorElement is by definition a blank behavior element class. |
| - | You have to add all the behaviors to it you need. At least " | + | have to add all the behaviors to it you need. At least " |
| - | " | + | " |
| - | using the element class. | + | |
| While adding behaviors you can set element class properties directly | While adding behaviors you can set element class properties directly | ||