Reference API Roblox

Engine API

Website

Related

Reference API Roblox

NegateOperationHiddenHistory

Records the CSG combination operation — Union or Intersection — that previously merged multiple NegateOperation parts, allowing the engine to restore the correct result type when those parts are later separated.

Items 3

HistoryNameValueDescription
673None0

Indicates no previous CSG combination operation is recorded for this NegateOperation part. This is the default value of PreviousOperation.

673NegatedUnion1

Indicates this NegateOperation was previously produced by a Union operation applied to multiple negated parts.

673NegatedIntersection2

Indicates this NegateOperation was previously produced by an Intersection operation applied to multiple negated parts.

Description

Type of the PreviousOperation property. Records which CSG combination produced this NegateOperationNegateOperationHiddenHistory.NegatedUnion or NegateOperationHiddenHistory.NegatedIntersection — so the engine can restore the correct output type when the solid is later separated. Defaults to NegateOperationHiddenHistory.None when no prior combination history is recorded.

History 4

Settings