예제 #1
0
        /// <summary>
		/// The constructor creates a Position initializer for use by 
		/// an emitter. To add a Position to all particles created by an emitter, use the
		/// emitter's addInitializer method.
        /// </summary>
        /// <param name="zone">The zone to place all particles in.</param>
        public TextTargetInit(TextZone zone)
        {
            m_zone = zone;
        }
예제 #2
0
 public TextTimePeriod(TextZone zone)
 {
     Zone = zone;
 }