Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from SceneKit.framework SCNBoundingVolume.h }
{$ifdef TYPES}
type
SCNBoundingVolumeProtocolPtr = ^SCNBoundingVolumeProtocol;
{$endif}
{$ifdef PROTOCOLS}
type
SCNBoundingVolumeProtocol = objcprotocol external name 'SCNBoundingVolume' (NSObjectProtocol)
required
function getBoundingBoxMin_max (min: SCNVector3Ptr; max: SCNVector3Ptr): ObjCBOOL; message 'getBoundingBoxMin:max:';
function getBoundingSphereCenter_radius (center: SCNVector3Ptr; radius: CGFloatPtr): ObjCBOOL; message 'getBoundingSphereCenter:radius:';
procedure setBoundingBoxMin_max (min: SCNVector3Ptr; max: SCNVector3Ptr); message 'setBoundingBoxMin:max:'; { available in 10_9, 8_0 }
end;
{$endif}