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

A block in a Script.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
HeaderOffset long
TotalSize int
Type ScriptBlockType

Méthodes publiques

Méthode Description
ScriptBlock ( AssetLoader loader ) : System

Load the block.

Method Details

ScriptBlock() public méthode

Load the block.
public ScriptBlock ( AssetLoader loader ) : System
loader Glare.Assets.AssetLoader
Résultat System

Property Details

HeaderOffset public_oe property

Get the offset of the header of the block.
public long HeaderOffset
Résultat long

TotalSize public_oe property

Get the total size of the block including the header.
public int TotalSize
Résultat int

Type public_oe property

Get the type of the block.
public ScriptBlockType Type
Résultat ScriptBlockType