C# 클래스 SFML.Window.InputStream

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetSize GetSizeCallbackType
Read ReadCallbackType
Seek SeekCallbackType
Tell TellCallbackType

프로퍼티 상세

GetSize 공개적으로 프로퍼티

Function that is called to return the size
public GetSizeCallbackType GetSize
리턴 GetSizeCallbackType

Read 공개적으로 프로퍼티

Function that is called to read data from the stream
public ReadCallbackType Read
리턴 ReadCallbackType

Seek 공개적으로 프로퍼티

Function that is called to seek the stream
public SeekCallbackType Seek
리턴 SeekCallbackType

Tell 공개적으로 프로퍼티

Function that is called to return the positon
public TellCallbackType Tell
리턴 TellCallbackType