Click or drag to resize

PCKPackerPckStart Method

Creates a new PCK file with the name pck_name. The .pck file extension isn't added automatically, so it should be part of pck_name (even though it's not required).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error PckStart(
	string pckName,
	int alignment = 0
)

Parameters

pckName
Type: SystemString

[Missing <param name="pckName"/> documentation for "M:Godot.PCKPacker.PckStart(System.String,System.Int32)"]

alignment (Optional)
Type: SystemInt32

[Missing <param name="alignment"/> documentation for "M:Godot.PCKPacker.PckStart(System.String,System.Int32)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.PCKPacker.PckStart(System.String,System.Int32)"]

See Also