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