getIntersectingSubMeshCandidates property

ISmartArrayLike<SubMesh> Function(AbstractMesh mesh, Ray localRay) get getIntersectingSubMeshCandidates

Implementation

external ISmartArrayLike<SubMesh> Function(AbstractMesh mesh, Ray localRay) get getIntersectingSubMeshCandidates;
set getIntersectingSubMeshCandidates (ISmartArrayLike<SubMesh> getIntersectingSubMeshCandidates(AbstractMesh mesh, Ray localRay))

Implementation

external set getIntersectingSubMeshCandidates(ISmartArrayLike<SubMesh> Function(AbstractMesh mesh, Ray localRay) getIntersectingSubMeshCandidates);