C# Class SFML.Window.InputStream

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
GetSize GetSizeCallbackType
Read ReadCallbackType
Seek SeekCallbackType
Tell TellCallbackType

Property Details

GetSize public_oe property

Function that is called to return the size
public GetSizeCallbackType GetSize
Résultat GetSizeCallbackType

Read public_oe property

Function that is called to read data from the stream
public ReadCallbackType Read
Résultat ReadCallbackType

Seek public_oe property

Function that is called to seek the stream
public SeekCallbackType Seek
Résultat SeekCallbackType

Tell public_oe property

Function that is called to return the positon
public TellCallbackType Tell
Résultat TellCallbackType