Regenerated codefiles
This commit is contained in:
@@ -14,10 +14,10 @@ namespace BlendFile.DNA {
|
||||
using BlendFile;
|
||||
|
||||
[DNAClassAttribute(716, "NodeGeometryRaycast", 2)]
|
||||
public struct NodeGeometryRaycast {
|
||||
[DNAFieldAttribute(0, "uchar", "mapping", "uchar", 1, false, 0)]
|
||||
public class NodeGeometryRaycast {
|
||||
[DNAFieldAttribute(1, "uchar", 0, "mapping", "uchar", false, 0)]
|
||||
public byte mapping;
|
||||
[DNAFieldAttribute(1, "int8_t", "data_type", "int8_t", 1, false, 1)]
|
||||
[DNAFieldAttribute(1, "int8_t", 1, "data_type", "int8_t", false, 1)]
|
||||
public sbyte data_type;
|
||||
public NodeGeometryRaycast() {
|
||||
this.mapping = default;
|
||||
|
||||
Reference in New Issue
Block a user