getIntersectingSubMeshCandidates property

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

Implementation

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

Implementation

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