Show / Hide Table of Contents

Class SelectableObject

Abstract class for a object that can be selected. SketchObject and SketchObjectGroup are derived from this class.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
SelectableObject
SketchObject
SketchObjectGroup
Implements
ISelectable
IGroupable
IHighlightable
Namespace: VRSketchingGeometry.SketchObjectManagement
Assembly: VRSketchingGeometry.dll
Syntax
public abstract class SelectableObject : MonoBehaviour, ISelectable, IGroupable, IHighlightable
Remarks

Original author: tterpi

Properties

ParentGroup

Declaration
public abstract SketchObjectGroup ParentGroup { get; set; }
Property Value
Type Description
SketchObjectGroup

Methods

highlight()

Declaration
public abstract void highlight()

resetToParentGroup()

Declaration
public abstract void resetToParentGroup()

revertHighlight()

Declaration
public abstract void revertHighlight()

Implements

ISelectable
IGroupable
IHighlightable
In This Article
Back to top Generated by DocFX