Difference between revisions of "Collision Layer"

133 bytes added ,  22:01, 28 March 2018
added details
imported>Qazaaq
(added details)
imported>Qazaaq
(added details)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Incomplete Article}}
'''Type:''' <code>COLL</code>
'''Type:''' <code>COLL</code>
<BR/>
<BR/>
'''Papyrus:''' None
'''Papyrus:''' None


A [[Collision Layer]] is a geometric primitive which represents the games types of collision and their interactions. The [[Collision Layer]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]].
A [[Collision Layer]] is a geometric primitive which represents the games types of collision and their interactions.  
The [[Collision Layer]] [[:Category:Object Classes|object]] is found within the [[Object Window]] under the [[:Category:Miscellaneous|Miscellaneous Category]].


== Editor Dialog ==
== Editor Dialog ==
Line 11: Line 11:
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Name}}
*{{Template:Editor:Property:Description}}
*{{Template:Editor:Property:Description}}
*{{Template:Editor:Property:Debug Color}} This will color affect the collision primitive.
*{{Template:Editor:Property:Color|property=Debug Color}} This affects the collision primitive's color.
**{{Template:Editor:Property:R}}
**{{Template:Editor:Property:R}}
**{{Template:Editor:Property:G}}
**{{Template:Editor:Property:G}}
Line 20: Line 20:
*'''Remove -->:''' Removes a collision layer from '''''Collides with...'''''.
*'''Remove -->:''' Removes a collision layer from '''''Collides with...'''''.
*'''Sensor:'''
*'''Sensor:'''
*'''Trigger Volume:''' Whether this [[Collision Layer]]'s primitive should act as a ''Trigger Volume'' and fire trigger related Papyrus events such as [[OnTrigger_-_ObjectReference|OnTrigger]].
*'''Trigger Volume:''' Whether this [[Collision Layer]]'s primitive should act as a ''Trigger Volume''. A ''Trigger Volume'' will invoke Papyrus events such as [[OnTriggerEnter - ObjectReference|OnTriggerEnter]] and [[OnTriggerLeave - ObjectReference|OnTriggerLeave]].
*'''Navmesh Obstacle:''' Whether this [[Collision Layer]] should dynamically cut [[Navmesh]]. Used only for specific collision layers such as ''L_NAVCUT''.
*'''Navmesh Obstacle:''' Whether this [[Collision Layer]] should dynamically cut [[NavMesh]]. Used only for specific collision layers such as ''L_NAVCUT''.


== See Also ==
== See Also ==
*[[Navmesh]]
*[[NavMesh]]
*[[OnTriggerEnter - ObjectReference]]
*[[OnTriggerLeave - ObjectReference]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]


Anonymous user