Added Type stubbing
This commit is contained in:
@@ -14,8 +14,8 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeGeometryObjectInfo {
|
||||
public uchar transform_space;
|
||||
public NodeGeometryObjectInfo(uchar transform_space) {
|
||||
public byte transform_space;
|
||||
public NodeGeometryObjectInfo(byte transform_space) {
|
||||
this.transform_space = transform_space;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user