INTERNAL_CALL_SyncLayer() private static method

private static INTERNAL_CALL_SyncLayer ( Animation self, int layer ) : void
self Animation
layer int
return void
コード例 #1
0
 public void SyncLayer(int layer)
 {
     Animation.INTERNAL_CALL_SyncLayer(this, layer);
 }