Difference between revisions of "API Panel.Collision"

From Flowcode Help
Jump to navigationJump to search
(XML import of API auto-gen)
 
(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