C# Class Alexandria.Engines.Unreal.UIndex

A value stored as a compressed integer.
Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Value int

Private Properties

Property Type Description

Public Methods

Method Description
Read ( BinaryReader reader ) : UIndex

ToString ( ) : string

UIndex ( int value ) : System

Write ( byte array, int index ) : int

Write ( Stream stream ) : void

Method Details

Read() public static method

public static Read ( BinaryReader reader ) : UIndex
reader System.IO.BinaryReader
return UIndex

ToString() public method

public ToString ( ) : string
return string

UIndex() public method

public UIndex ( int value ) : System
value int
return System

Write() public method

public Write ( byte array, int index ) : int
array byte
index int
return int

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

Property Details

Value public_oe property

public int Value
return int