INTERNAL_CALL_AddTreeInstance() 개인적인 메소드

private INTERNAL_CALL_AddTreeInstance ( Terrain self, TreeInstance &instance ) : void
self Terrain
instance TreeInstance
리턴 void
예제 #1
0
 public void AddTreeInstance(TreeInstance instance)
 {
     Terrain.INTERNAL_CALL_AddTreeInstance(this, ref instance);
 }