C# Class Alexandria.Engines.Unreal.UIndex

A value stored as a compressed integer.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Value int

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static Read ( BinaryReader reader ) : UIndex
reader System.IO.BinaryReader
Résultat UIndex

ToString() public méthode

public ToString ( ) : string
Résultat string

UIndex() public méthode

public UIndex ( int value ) : System
value int
Résultat System

Write() public méthode

public Write ( byte array, int index ) : int
array byte
index int
Résultat int

Write() public méthode

public Write ( Stream stream ) : void
stream Stream
Résultat void

Property Details

Value public_oe property

public int Value
Résultat int