INTERNAL_CALL_AddTreeInstance() private method

private INTERNAL_CALL_AddTreeInstance ( Terrain self, TreeInstance &instance ) : void
self Terrain
instance TreeInstance
return void
コード例 #1
0
 public void AddTreeInstance(TreeInstance instance)
 {
     Terrain.INTERNAL_CALL_AddTreeInstance(this, ref instance);
 }