Added Type stubbing
This commit is contained in:
@@ -14,9 +14,9 @@ using System;
|
||||
namespace BlendFile.DNA {
|
||||
|
||||
public struct NodeGeometryStoreNamedAttribute {
|
||||
public int8_t data_type;
|
||||
public int8_t domain;
|
||||
public NodeGeometryStoreNamedAttribute(int8_t data_type, int8_t domain) {
|
||||
public sbyte data_type;
|
||||
public sbyte domain;
|
||||
public NodeGeometryStoreNamedAttribute(sbyte data_type, sbyte domain) {
|
||||
this.data_type = data_type;
|
||||
this.domain = domain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user