GameCommon.MeshObjectAnimationController.MeshObjectAnimationController C# (CSharp) Метод

MeshObjectAnimationController() публичный Метод

public MeshObjectAnimationController ( MeshObject meshObject, float blendingTime ) : System
meshObject MeshObject
blendingTime float
Результат System
        public MeshObjectAnimationController( MeshObject meshObject, float blendingTime )
        {
            activeItemsAsReadOnly = new ReadOnlyCollection<AnimationItem>( activeItems );

            this.meshObject = meshObject;
            this.blendingTime = blendingTime;
        }