C# Class Radegast.Rendering.VFSblock

显示文件 Open project: justasabc/UnityOpenSimClient Class Usage Examples

Public Properties

Property Type Description
mAccessTime int
mAssetType AssetType
mFileID UUID
mLength int
mLocation int
mSize int

Public Methods

Method Description
readblock ( byte blockdata, int offset ) : int

Method Details

readblock() public method

public readblock ( byte blockdata, int offset ) : int
blockdata byte
offset int
return int

Property Details

mAccessTime public_oe property

public int mAccessTime
return int

mAssetType public_oe property

public AssetType mAssetType
return AssetType

mFileID public_oe property

public UUID mFileID
return UUID

mLength public_oe property

public int mLength
return int

mLocation public_oe property

public int mLocation
return int

mSize public_oe property

public int mSize
return int