C# 클래스 FSO.Common.Content.ContentID

Represents the ID of a content resource. Consists of two parts: TypeID (uint) and FileID (uint).
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileID uint
TypeID uint

공개 메소드들

메소드 설명
ContentID ( long v ) : System
ContentID ( uint typeID, uint fileID ) : System

Creates a new ContentID instance.

Shift ( ) : ulong

메소드 상세

ContentID() 공개 메소드

public ContentID ( long v ) : System
v long
리턴 System

ContentID() 공개 메소드

Creates a new ContentID instance.
public ContentID ( uint typeID, uint fileID ) : System
typeID uint The TypeID of the content resource.
fileID uint The FileID of the content resource.
리턴 System

Shift() 공개 메소드

public Shift ( ) : ulong
리턴 ulong

프로퍼티 상세

FileID 공개적으로 프로퍼티

public uint FileID
리턴 uint

TypeID 공개적으로 프로퍼티

public uint TypeID
리턴 uint