regenerated files
This commit is contained in:
@@ -15,11 +15,11 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(346, "ViewLayerLightgroup")]
|
||||
public class ViewLayerLightgroup {
|
||||
[DNAFieldAttribute(0, "ViewLayerLightgroup", "*next", 80)]
|
||||
[DNAFieldAttribute(0, "ViewLayerLightgroup", "*next", "ViewLayerLightgroup", 80)]
|
||||
public ViewLayerLightgroup ptr_next;
|
||||
[DNAFieldAttribute(1, "ViewLayerLightgroup", "*prev", 80)]
|
||||
[DNAFieldAttribute(1, "ViewLayerLightgroup", "*prev", "ViewLayerLightgroup", 80)]
|
||||
public ViewLayerLightgroup ptr_prev;
|
||||
[DNAFieldAttribute(2, "char", "name[64]", 1)]
|
||||
[DNAFieldAttribute(2, "char", "name[64]", "System.Char[]", 1)]
|
||||
public char[] name = new System.Char[64];
|
||||
public ViewLayerLightgroup() {
|
||||
this.ptr_next = default;
|
||||
|
||||
Reference in New Issue
Block a user