Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Block

Element constructor.
Read time 1 minuteLast updated 10 days ago

Definition

Block(string)

Element constructor.
public Block(string name)

Parameters

name

Block name.

Block(string, string)

Element constructor.
public Block(string name, string value)

Parameters

name

Block name.

value

Block raw string value.