C# Class FMOD.Studio.BANK_INFO

ファイルを表示 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_oe property

public FILE_CLOSECALLBACK closeCallback
return FILE_CLOSECALLBACK

openCallback public_oe property

public FILE_OPENCALLBACK openCallback
return FILE_OPENCALLBACK

readCallback public_oe property

public FILE_READCALLBACK readCallback
return FILE_READCALLBACK

seekCallback public_oe property

public FILE_SEEKCALLBACK seekCallback
return FILE_SEEKCALLBACK

size public_oe property

public int size
return int

userData public_oe property

public IntPtr,System userData
return System.IntPtr

userDataLength public_oe property

public int userDataLength
return int