Struct SDL.SDL_RWops
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_RWops
Fields
| Improve this Doc View Sourceclose
Declaration
public IntPtr close
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
read
Declaration
public IntPtr read
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
seek
Declaration
public IntPtr seek
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
size
Declaration
public IntPtr size
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
type
Declaration
public uint type
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
write
Declaration
public IntPtr write
Field Value
| Type | Description |
|---|---|
| System.IntPtr |