Regenerated codefiles
This commit is contained in:
@@ -15,17 +15,17 @@ namespace BlendFile.DNA {
|
||||
|
||||
[DNAClassAttribute(873, "RegionAssetShelf", 24)]
|
||||
public class RegionAssetShelf {
|
||||
[DNAFieldAttribute(0, "ListBase", "shelves", "ListBase", 16, false, 0)]
|
||||
[DNAFieldAttribute(16, "ListBase", 0, "shelves", "ListBase", false, 0)]
|
||||
public ListBase shelves;
|
||||
[DNAFieldAttribute(1, "AssetShelf", "*active_shelf", "AssetShelf", 8, true, 16)]
|
||||
public AssetShelf ptr_active_shelf;
|
||||
[DNAFieldAttribute(8, "AssetShelf", 1, "*active_shelf", "AssetShelf", true, 16)]
|
||||
public AssetShelf active_shelf;
|
||||
public RegionAssetShelf() {
|
||||
this.shelves = default;
|
||||
this.ptr_active_shelf = default;
|
||||
this.active_shelf = default;
|
||||
}
|
||||
public RegionAssetShelf(ListBase shelves, AssetShelf ptr_active_shelf) {
|
||||
public RegionAssetShelf(ListBase shelves, AssetShelf active_shelf) {
|
||||
this.shelves = shelves;
|
||||
this.ptr_active_shelf = ptr_active_shelf;
|
||||
this.active_shelf = active_shelf;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user