-
Notifications
You must be signed in to change notification settings - Fork 10
DTL.Range.RectBaseWithValue.GetValue
sitRyo edited this page Jan 15, 2020
·
1 revision
// (1)
BasicRect GetValue(ref uint value)
描画立幅Hを取得する
(1) 引数にdrawValueを代入して, 戻り値として自分自身の参照値を返す。
投げない
Border border = new Border(5);
var matrix = new int[10, 10];
int value = 0;
border.GetValue(ref value).Draw(matrix);
Debug.Log(value);
5
Copyright (c) 2017-2019 Kasugaccho. Copyright (c) 2018-2019 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)