C# Class FMOD.Studio.BANK_INFO

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
closeCallback FILE_CLOSECALLBACK
openCallback FILE_OPENCALLBACK
readCallback FILE_READCALLBACK
seekCallback FILE_SEEKCALLBACK
size int
userData System.IntPtr
userDataLength int

Property Details

closeCallback public property

public FILE_CLOSECALLBACK closeCallback
return FILE_CLOSECALLBACK

openCallback public property

public FILE_OPENCALLBACK openCallback
return FILE_OPENCALLBACK

readCallback public property

public FILE_READCALLBACK readCallback
return FILE_READCALLBACK

seekCallback public property

public FILE_SEEKCALLBACK seekCallback
return FILE_SEEKCALLBACK

size public property

public int size
return int

userData public property

public IntPtr,System userData
return System.IntPtr

userDataLength public property

public int userDataLength
return int