UnityEditor.LightmapParameters.Internal_CreateLightmapParameters C# (CSharp) Method

Internal_CreateLightmapParameters() private method

private Internal_CreateLightmapParameters ( [ self ) : void
self [
return void
        private static extern void Internal_CreateLightmapParameters([Writable] LightmapParameters self);

Usage Example

Example #1
0
 public LightmapParameters()
 {
     LightmapParameters.Internal_CreateLightmapParameters(this);
 }