// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved. namespace FlaxEngine { partial class SkinnedModel { /// /// The maximum allowed amount of skeleton bones to be used with skinned model. /// public const int MaxBones = 256; } }