Generated new code and added initial data handling
This commit is contained in:
@@ -19,6 +19,10 @@ namespace BlendFile.DNA {
|
||||
public byte mapping;
|
||||
[DNAFieldAttribute(1, "int8_t", "data_type", 1)]
|
||||
public sbyte data_type;
|
||||
public NodeGeometryRaycast() {
|
||||
this.mapping = default;
|
||||
this.data_type = default;
|
||||
}
|
||||
public NodeGeometryRaycast(byte mapping, sbyte data_type) {
|
||||
this.mapping = mapping;
|
||||
this.data_type = data_type;
|
||||
|
||||
Reference in New Issue
Block a user