C# Class Axiom.Core.SceneQueryResult

Holds the results of a single scene query.
Datei anzeigen Open project: WolfgangSt/axiom

Public Properties

Property Type Description
objects Axiom.Collections.MovableObjectCollection
worldFragments List

Property Details

objects public_oe property

List of scene objects in the query (entities, particle systems etc).
public MovableObjectCollection,Axiom.Collections objects
return Axiom.Collections.MovableObjectCollection

worldFragments public_oe property

List of world fragments.
public List worldFragments
return List