@override DataTexture? parse(Map<String,dynamic>? texData){ if(texData?['buffer'] == null) return null; return _parse(texData!['buffer']); }