C# Class Axiom.Core.IntersectionSceneQueryResult

Holds the results of an intersection scene query (pair values).
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
objects2Objects SceneQueryMovableObjectIntersectionList
objects2World SceneQueryMovableObjectWorldFragmentIntersectionList

Méthodes publiques

Méthode Description
Clear ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Property Details

objects2Objects protected_oe property

protected SceneQueryMovableObjectIntersectionList objects2Objects
Résultat SceneQueryMovableObjectIntersectionList

objects2World protected_oe property

protected SceneQueryMovableObjectWorldFragmentIntersectionList objects2World
Résultat SceneQueryMovableObjectWorldFragmentIntersectionList