Example #1
0
 private void InternalUpdateFromGlobal()
 {
     LightingStyleInstance.UpdateFromGlobal();
 }
Example #2
0
 private void InternalSaveToGlobal()
 {
     LightingStyleInstance.SaveToGlobal();
 }
Example #3
0
 private void InternalGetReferenceKey(ref byte[] referenceKey, int keyContext)
 {
     LightingStyleInstance.GetReferenceKey(ref referenceKey, keyContext);
 }
Example #4
0
 private void InternalDelete()
 {
     LightingStyleInstance.Delete();
 }
Example #5
0
 private LightingStyle InternalCopy(string newName)
 {
     return(LightingStyleInstance.Copy(newName));
 }
Example #6
0
 private LightingStyle InternalConvertToLocal()
 {
     return(LightingStyleInstance.ConvertToLocal());
 }