TryGetVertexColor

TryGetVertexColor(int, int, int, out Color)

public bool TryGetVertexColor(int x, int y, int index, out Color color) ;

説明

頂点カラーを取得する。

パラメーター

パラメーター名 説明
x x座標(0~1)
y y座標(0~1)
index 頂点インデックス
color 取得した頂点カラー

戻り値

頂点カラーを取得できた場合にtrueを返す。