Example #1
0
 public TerrainTransition(int order, Texture2D transition, TransitionTemplate template)
 {
     m_order = order;
     m_texture = transition;
     m_template = template;
 }