Beispiel #1
0
        //-------------------------------------------------------------------------
        // プロパティ

        //-------------------------------------------------------------------------
        // IParticleの実装

        /// <summary>
        /// セットアップ
        /// </summary>
        public override void Setup(ParticleManager.Type type)
        {
            base.Setup(type);
            GlowMaterial = Material;
            Brightness   = 0;
        }
Beispiel #2
0
        //-------------------------------------------------------------------------
        // IParticleの実装

        public virtual void Setup(ParticleManager.Type type)
        {
            Type = type;
        }