IrrlichtNETCP.IrrlichtDevice.Device_SetWindowCaptionW C# (CSharp) 메소드

Device_SetWindowCaptionW() 개인적인 메소드

private Device_SetWindowCaptionW ( IntPtr raw, string caption ) : void
raw System.IntPtr
caption string
리턴 void
        static extern void Device_SetWindowCaptionW(IntPtr raw, string caption);