This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
democap:elementclasses [2025/03/22 14:13] – created dragonlord | democap:elementclasses [2025/03/22 18:38] (current) – [H] dragonlord | ||
---|---|---|---|
Line 7: | Line 7: | ||
DEMoCap allows users and modders to create [[dragengine: | DEMoCap allows users and modders to create [[dragengine: | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | Before creating '' | ||
+ | </ | ||
====== Behaviors Explained: From A to Z ====== | ====== Behaviors Explained: From A to Z ====== | ||
Line 12: | Line 16: | ||
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 ===== |
+ | |||
+ | | ||
+ | |||
+ | ===== 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 34: | 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 |