Create

Create(Node, Type)

public static Decorator Create(Node node, Type type) ;

Description

Create Decorator

Parameters

Parameter Name Description
node Node
type Decorator type

Returns

Created Decorator.

Create<Type>(Node)

public static Type Create<Type>(Node node) ;

Description

Create Decorator

Type Parameters

Type Parameter Name Description Type Constraints
Type Decorator type

Parameters

Parameter Name Description
node Node

Returns

Created Decorator.