Skip to content

editorGlobalsAlignValue

Class: AlignValue

An AlignValue provides data to Alignments, on demand. This can be constant values or dynamically determined ones, such as an object's normal. We need to do this because serialization cannot serialize function callbacks, so we need to be specific in order that undo does not break things. ToDo: Could be used independent of alignment, e.g. as a SerializableValue or so

Hierarchy

  • AlignValue

Index

Methods

Methods

Abstract get

get(): any

Defined in src/model/data/aligning/Alignments/AlignValue/AlignValue.ts:9

Returns: any