Пример #1
0
 /// <summary>
 /// Set light queue used for this light. Called by View.
 /// </summary>
 private void SetLightQueue(LightBatchQueue *queue)
 {
     Runtime.ValidateRefCounted(this);
     Light_SetLightQueue(handle, queue);
 }
Пример #2
0
 internal static extern void Light_SetLightQueue(IntPtr handle, LightBatchQueue *queue);