SceneObject:IsOnScenePoint

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxIsOnScenePoint( * The point in absolute scene coordinates. )
Description:
Indicates whether this' current graphical representation overlaps a point in absolute scene coordinates.
ReturnsWhether this' graphical rep overlaps the scene point.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools