Declaration

var typeFast: GSNode.NodeType { get set }

Declaration

@property (direct, nonatomic) GSNodeType typeFast;

Declaration

typeFast() -> GSNodeType
setTypeFast_(typeFast: GSNodeType)

Discussion

Setting this property ignores the undo manager, unlike type.

Prefer reading the node type using this property, but use type for setting a different node type unless ignoring the undo manager is the intended behavior.

See Also

Type