C# 클래스 Glare.Graphics.Loaders.Fbx.FbxSection

파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
End uint
Name string
ValueCount int
ValueDataLength uint
ValueDataStart uint

공개 메소드들

메소드 설명
FbxSection ( BinaryReader reader, string requiredName = null ) : System
ReadChild ( string requiredName = null ) : FbxSection
ReadChild ( FbxSection &child, string requiredName = null ) : bool
ReadDoubleArrayValue ( ) : double[]
ReadDoubleValue ( ) : double
ReadInt32ArrayValue ( ) : int[]
ReadInt32Value ( ) : int
ReadInt64Value ( ) : long
ReadStringValue ( ) : string
ReadTimeStamp ( ) : System.DateTime
ReadValue ( ) : FbxValue
RequireEnd ( ) : void
RequireName ( string requiredName ) : void
SeekToEnd ( ) : void

비공개 메소드들

메소드 설명
ReadTimestampSet ( int &value, FbxSection &section ) : void

메소드 상세

FbxSection() 공개 메소드

public FbxSection ( BinaryReader reader, string requiredName = null ) : System
reader System.IO.BinaryReader
requiredName string
리턴 System

ReadChild() 공개 메소드

public ReadChild ( string requiredName = null ) : FbxSection
requiredName string
리턴 FbxSection

ReadChild() 공개 메소드

public ReadChild ( FbxSection &child, string requiredName = null ) : bool
child FbxSection
requiredName string
리턴 bool

ReadDoubleArrayValue() 공개 메소드

public ReadDoubleArrayValue ( ) : double[]
리턴 double[]

ReadDoubleValue() 공개 메소드

public ReadDoubleValue ( ) : double
리턴 double

ReadInt32ArrayValue() 공개 메소드

public ReadInt32ArrayValue ( ) : int[]
리턴 int[]

ReadInt32Value() 공개 메소드

public ReadInt32Value ( ) : int
리턴 int

ReadInt64Value() 공개 메소드

public ReadInt64Value ( ) : long
리턴 long

ReadStringValue() 공개 메소드

public ReadStringValue ( ) : string
리턴 string

ReadTimeStamp() 공개 메소드

public ReadTimeStamp ( ) : System.DateTime
리턴 System.DateTime

ReadValue() 공개 메소드

public ReadValue ( ) : FbxValue
리턴 FbxValue

RequireEnd() 공개 메소드

public RequireEnd ( ) : void
리턴 void

RequireName() 공개 메소드

public RequireName ( string requiredName ) : void
requiredName string
리턴 void

SeekToEnd() 공개 메소드

public SeekToEnd ( ) : void
리턴 void

프로퍼티 상세

End 공개적으로 프로퍼티

File offset of the next FbxSection.
public uint End
리턴 uint

Name 공개적으로 프로퍼티

Name of the FbxSection type.
public string Name
리턴 string

ValueCount 공개적으로 프로퍼티

Number of values in the block.
public int ValueCount
리턴 int

ValueDataLength 공개적으로 프로퍼티

Length in bytes of the value data.
public uint ValueDataLength
리턴 uint

ValueDataStart 공개적으로 프로퍼티

Get the file offset of the start of the value data.
public uint ValueDataStart
리턴 uint