Unity Job System(잡 만들때 주의사항)

최대 1 분 소요

Job의 멤버변수 주의사항

유니티에서 제공하는 NativeContainer외에 Blittable타입만 사용할 수 있다.

사용가능

System.Byte System.SByte System.Int16 System.UInt16 System.Int32 System.UInt32 System.Int64 System.UInt64 System.IntPtr System.UIntPtr System.Single System.Double

사용불가능

System.Boolean System.Char System.Object System.String

태그:

카테고리:

업데이트: