ux.Master.Release C# (CSharp) Method

Release() public method

全てのパートにリリースを送信します。
public Release ( ) : void
return void
        public void Release()
        {
            for (int i = 0; i < this.partCount; i++)
                this.parts[i].Release();
        }