C# Class Radegast.Rendering.VFSblock

Show file 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 property

public int mAccessTime
return int

mAssetType public property

public AssetType mAssetType
return AssetType

mFileID public property

public UUID mFileID
return UUID

mLength public property

public int mLength
return int

mLocation public property

public int mLocation
return int

mSize public property

public int mSize
return int