C# Class MMD.Format

Inheritance: IComparable
Afficher le fichier Open project: hecomi/StereoAR-for-Unity

Protected Properties

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

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

Méthodes protégées

Méthode Description
ConvertByteToString ( byte bytes ) : string
ReadSingles ( BinaryReader bin, uint count ) : float[]
ReadSinglesToColor ( BinaryReader bin ) : Color
ReadSinglesToColor ( BinaryReader bin, float fix_alpha ) : Color
ReadSinglesToQuaternion ( BinaryReader bin ) : Quaternion
ReadSinglesToVector2 ( BinaryReader bin ) : Vector2
ReadSinglesToVector3 ( BinaryReader bin ) : Vector3
ReadUInt16s ( BinaryReader bin, uint count ) : ushort[]
ReadUInt32s ( BinaryReader bin, uint count ) : uint[]

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

ConvertByteToString() protected méthode

protected ConvertByteToString ( byte bytes ) : string
bytes byte
Résultat string

ReadSingles() protected méthode

protected ReadSingles ( BinaryReader bin, uint count ) : float[]
bin System.IO.BinaryReader
count uint
Résultat float[]

ReadSinglesToColor() protected méthode

protected ReadSinglesToColor ( BinaryReader bin ) : Color
bin System.IO.BinaryReader
Résultat Color

ReadSinglesToColor() protected méthode

protected ReadSinglesToColor ( BinaryReader bin, float fix_alpha ) : Color
bin System.IO.BinaryReader
fix_alpha float
Résultat Color

ReadSinglesToQuaternion() protected méthode

protected ReadSinglesToQuaternion ( BinaryReader bin ) : Quaternion
bin System.IO.BinaryReader
Résultat UnityEngine.Quaternion

ReadSinglesToVector2() protected méthode

protected ReadSinglesToVector2 ( BinaryReader bin ) : Vector2
bin System.IO.BinaryReader
Résultat Vector2

ReadSinglesToVector3() protected méthode

protected ReadSinglesToVector3 ( BinaryReader bin ) : Vector3
bin System.IO.BinaryReader
Résultat Vector3

ReadUInt16s() protected méthode

protected ReadUInt16s ( BinaryReader bin, uint count ) : ushort[]
bin System.IO.BinaryReader
count uint
Résultat ushort[]

ReadUInt32s() protected méthode

protected ReadUInt32s ( BinaryReader bin, uint count ) : uint[]
bin System.IO.BinaryReader
count uint
Résultat uint[]

Property Details

count protected_oe property

protected int count
Résultat int