C# 클래스 Alexandria.Engines.Sciagi.Resources.ScriptBlock

A block in a Script.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeaderOffset long
TotalSize int
Type ScriptBlockType

공개 메소드들

메소드 설명
ScriptBlock ( AssetLoader loader ) : System

Load the block.

메소드 상세

ScriptBlock() 공개 메소드

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

프로퍼티 상세

HeaderOffset 공개적으로 프로퍼티

Get the offset of the header of the block.
public long HeaderOffset
리턴 long

TotalSize 공개적으로 프로퍼티

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

Type 공개적으로 프로퍼티

Get the type of the block.
public ScriptBlockType Type
리턴 ScriptBlockType