C# 클래스 CommonObjProps, UnderworldExporter

Common object properties from UW Common Objects file.
상속: Props
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Animated int[]
Container int[]
Decal int[]
Flags0 int[]
Flags1 int[]
Flags2 int[]
Flags6 int[]
Height int[]
LookAt int[]
Magical int[]
Mass int[]
Owned int[]
Pickable int[]
QualClass int[]
QualType int[]
Radius int[]
Value int[]

공개 메소드들

메소드 설명
Load ( string fileName ) : bool

Load the specified fileName.

메소드 상세

Load() 공개 메소드

Load the specified fileName.
public Load ( string fileName ) : bool
fileName string File name.
리턴 bool

프로퍼티 상세

Animated 공개적으로 프로퍼티

public int[] Animated
리턴 int[]

Container 공개적으로 프로퍼티

public int[] Container
리턴 int[]

Decal 공개적으로 프로퍼티

public int[] Decal
리턴 int[]

Flags0 공개적으로 프로퍼티

public int[] Flags0
리턴 int[]

Flags1 공개적으로 프로퍼티

public int[] Flags1
리턴 int[]

Flags2 공개적으로 프로퍼티

public int[] Flags2
리턴 int[]

Flags6 공개적으로 프로퍼티

public int[] Flags6
리턴 int[]

Height 공개적으로 프로퍼티

public int[] Height
리턴 int[]

LookAt 공개적으로 프로퍼티

public int[] LookAt
리턴 int[]

Magical 공개적으로 프로퍼티

public int[] Magical
리턴 int[]

Mass 공개적으로 프로퍼티

public int[] Mass
리턴 int[]

Owned 공개적으로 프로퍼티

public int[] Owned
리턴 int[]

Pickable 공개적으로 프로퍼티

public int[] Pickable
리턴 int[]

QualClass 공개적으로 프로퍼티

public int[] QualClass
리턴 int[]

QualType 공개적으로 프로퍼티

public int[] QualType
리턴 int[]

Radius 공개적으로 프로퍼티

public int[] Radius
리턴 int[]

Value 공개적으로 프로퍼티

public int[] Value
리턴 int[]