C# 클래스 Alexandria.Engines.Unreal.UIndex

A value stored as a compressed integer.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value int

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Read ( BinaryReader reader ) : UIndex

ToString ( ) : string

UIndex ( int value ) : System

Write ( byte array, int index ) : int

Write ( Stream stream ) : void

메소드 상세

Read() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UIndex() 공개 메소드

public UIndex ( int value ) : System
value int
리턴 System

Write() 공개 메소드

public Write ( byte array, int index ) : int
array byte
index int
리턴 int

Write() 공개 메소드

public Write ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

Value 공개적으로 프로퍼티

public int Value
리턴 int