glTFNode.cs 239 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 using System; namespace UniGLTF { [Serializable] public partial class glTFNode_extensions : ExtensionsBase<glTFNode_extensions> { } [Serializable] public partial class glTFNode_extra : ExtraBase<glTFNode_extra> { } }