C# Class Alexandria.Engines.Sciagi.Resources.ScriptBlock

A block in a Script.
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
HeaderOffset long
TotalSize int
Type ScriptBlockType

Public Methods

Method Description
ScriptBlock ( AssetLoader loader ) : System

Load the block.

Method Details

ScriptBlock() public method

Load the block.
public ScriptBlock ( AssetLoader loader ) : System
loader Glare.Assets.AssetLoader
return System

Property Details

HeaderOffset public property

Get the offset of the header of the block.
public long HeaderOffset
return long

TotalSize public property

Get the total size of the block including the header.
public int TotalSize
return int

Type public property

Get the type of the block.
public ScriptBlockType Type
return ScriptBlockType