conversionType property

ConversionType conversionType
getter/setter pair

This define the conversion type between this node and its parent. The default is ConversionType.linearConversion. This is useless for the root node (because it has no parent node).

Implementation

ConversionType conversionType;