KitchenDraw SDK 2
Show / Hide Table of Contents

Property SnappedObjects

SnappedObjects

Returns the list of objects snapped to the current object. This is a shortcat to GetSnappedObjects(SnapType, SnapDirection, bool, int) with Any, Any, and no texture filtering.

Declaration
public IList<Scene.Object> SnappedObjects { get; }
Property Value
Type Description
IList<Scene.Object>
In this article
Back to top Generated by DocFX