BabylonJS.IAnimatableCachedEntity.set_animations C# (CSharp) Method

set_animations() public method

public set_animations ( Array value ) : ValueTask
value Array
return ValueTask
        public ValueTask set_animations(Animation[] value)
        {

                return EventHorizonBlazorInterop.Set(
                    this.___guid,
                    "animations",
                    value
                );
        }
        #endregion