User Tools

Site Tools


dragengine:modules:dragonscript:behavior_outline

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dragengine:modules:dragonscript:behavior_outline [2020/05/24 10:35] dragonlorddragengine:modules:dragonscript:behavior_outline [2020/05/24 13:11] dragonlord
Line 72: Line 72:
 Path to skin to use to render the outline. Path to skin to use to render the outline.
   * Full name: "outline.skin" or "outline(id).skin"   * Full name: "outline.skin" or "outline(id).skin"
-  * Type ECPSkin+  * Type skin path
   * Default Value "/shareddata/materials/outlined.deskin"   * Default Value "/shareddata/materials/outlined.deskin"
   * Example (*.deeclass) <code xml><string name='outline.skin'>outline.deskin</string></code>   * Example (*.deeclass) <code xml><string name='outline.skin'>outline.deskin</string></code>
Line 79: Line 79:
 Path to model to use instead of the model of the dependency component Path to model to use instead of the model of the dependency component
   * Full name: "outline.model" or "outline(id).model"   * Full name: "outline.model" or "outline(id).model"
-  * Type ECPModel+  * Type model path
   * Default value //null//   * Default value //null//
   * Example (*.deeclass) <code xml><string name='outline.model'>outline.demodel</string></code>   * Example (*.deeclass) <code xml><string name='outline.model'>outline.demodel</string></code>
Line 86: Line 86:
 Path to rig to use instead of the rig of the dependency component. If null uses the dependency component rig. Path to rig to use instead of the rig of the dependency component. If null uses the dependency component rig.
   * Full name: "outline.rig" or "outline(id).rig"   * Full name: "outline.rig" or "outline(id).rig"
-  * Type ECPRig+  * Type rig path
   * Default value //null//   * Default value //null//
   * Example (*.deeclass) <code xml><string name='outline.rig'>outline.derig</string></code>   * Example (*.deeclass) <code xml><string name='outline.rig'>outline.derig</string></code>
Line 93: Line 93:
 Color of the outline. For this property to have any effect the used skin requires to have a renderable named "color". Color of the outline. For this property to have any effect the used skin requires to have a renderable named "color".
   * Full name: "outline.color" or "outline(id).color"   * Full name: "outline.color" or "outline(id).color"
-  * Type ECPColor+  * Type color
   * Default value //black (0, 0, 0)//   * Default value //black (0, 0, 0)//
   * Example (*.deeclass) <code xml><color name='outline.color' r='1' g='0' b='0'/></code>   * Example (*.deeclass) <code xml><color name='outline.color' r='1' g='0' b='0'/></code>
Line 100: Line 100:
 Emissivity intensity of the outline. For this property to have any effect the used skin requires to have a renderable named "intensity". Emissivity intensity of the outline. For this property to have any effect the used skin requires to have a renderable named "intensity".
   * Full name: "outline.intensity" or "outline(id).intensity"   * Full name: "outline.intensity" or "outline(id).intensity"
-  * Type ECPFloat+  * Type floating point
   * Minimum Value 0   * Minimum Value 0
   * Default value 0   * Default value 0
Line 108: Line 108:
 Thickness of the outline. The measurement unit of this value depends on the outline type in the used skin. For this property to have any effect the used skin requires to have a renderable named "thickness". Thickness of the outline. The measurement unit of this value depends on the outline type in the used skin. For this property to have any effect the used skin requires to have a renderable named "thickness".
   * Full name: "outline.thickness" or "outline(id).thickness"   * Full name: "outline.thickness" or "outline(id).thickness"
-  * Type ECPFloat+  * Type floating point
   * Minimum Value 0   * Minimum Value 0
   * Default value 0.005   * Default value 0.005
dragengine/modules/dragonscript/behavior_outline.txt · Last modified: 2024/03/14 16:55 by dragonlord