SetStoreAction() private method

private SetStoreAction ( RenderBuffer &b, int a ) : void
b RenderBuffer
a int
return void
コード例 #1
0
 internal void SetStoreAction(RenderBufferStoreAction action)
 {
     RenderBufferHelper.SetStoreAction(out this, (int)action);
 }