UArNodeInfo constructor

const UArNodeInfo({
  1. required String id,
  2. UArVector3 min = UArVector3.zero,
  3. UArVector3 max = UArVector3.zero,
  4. List<String> animations = const <String>[],
})

Implementation

const UArNodeInfo({required this.id, this.min = UArVector3.zero, this.max = UArVector3.zero, this.animations = const <String>[]});