Jump to content

API Panel.Collision: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import of API auto-gen
 
Admin (talk | contribs)
XML import API auto-gen
Line 1: Line 1:
wiki page name
wiki page name
==PanelCollision==
Collision detection functions


Collision detection functions
----
===Functions provided for this class===
===Functions provided for this class===
{||-|[[API Panel.Collision.TestTable|TestTable]]|Tests whether an object collides with the table top, returns Z distance to move to rest on the table|-|[[API Panel.Collision.TestSingle|TestSingle]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetSingleAxis|GetSingleAxis]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetSinglePos|GetSinglePos]]|Returns the position to move Pos to so it does not collide with Test - null if no collide|-|[[API Panel.Collision.GetMultiAxis|GetMultiAxis]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetMultiPos|GetMultiPos]]|Returns the position to move Pos to so it does not collide with any other object - null if no collide|}
{||-|[[API Panel.Collision.TestTable|TestTable]]|Tests whether an object collides with the table top, returns Z distance to move to rest on the table|-|[[API Panel.Collision.TestSingle|TestSingle]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetSingleAxis|GetSingleAxis]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetSinglePos|GetSinglePos]]|Returns the position to move Pos to so it does not collide with Test - null if no collide|-|[[API Panel.Collision.GetMultiAxis|GetMultiAxis]]|Tests whether an object collides with a position|-|[[API Panel.Collision.GetMultiPos|GetMultiPos]]|Returns the position to move Pos to so it does not collide with any other object - null if no collide|}


===Examples===
===Examples===

Revision as of 15:34, 10 May 2013

wiki page name Collision detection functions

Functions provided for this class

Examples