public static void __hx_ctor_alphatab_rendering_glyphs_BeatGlyphBase(global::alphatab.rendering.glyphs.BeatGlyphBase __temp_me131)
 {
     unchecked
     {
         global::alphatab.rendering.glyphs.GlyphGroup.__hx_ctor_alphatab_rendering_glyphs_GlyphGroup(__temp_me131, default(global::haxe.lang.Null <int>), default(global::haxe.lang.Null <int>), default(global::haxe.root.Array <object>));
     }
 }
Beispiel #2
0
        public override object __hx_setField(string field, int hash, object @value, bool handleProperties)
        {
            unchecked
            {
                switch (hash)
                {
                case 1291633955:
                {
                    this.ties = ((global::haxe.root.Array <object>)(global::haxe.root.Array <object> .__hx_cast <object>(((global::haxe.root.Array)(@value)))));
                    return(@value);
                }


                case 1493167041:
                {
                    this.postNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase)(@value));
                    return(@value);
                }


                case 906525346:
                {
                    this.onNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase)(@value));
                    return(@value);
                }


                case 530877726:
                {
                    this.preNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase)(@value));
                    return(@value);
                }


                case 1091821942:
                {
                    this.beat = ((global::alphatab.model.Beat)(@value));
                    return(@value);
                }


                default:
                {
                    return(base.__hx_setField(field, hash, @value, handleProperties));
                }
                }
            }
        }
		public override   object __hx_setField(string field, int hash, object @value, bool handleProperties)
		{
			unchecked 
			{
				switch (hash)
				{
					case 1291633955:
					{
						this.ties = ((global::haxe.root.Array<object>) (global::haxe.root.Array<object>.__hx_cast<object>(((global::haxe.root.Array) (@value) ))) );
						return @value;
					}
					
					
					case 1493167041:
					{
						this.postNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase) (@value) );
						return @value;
					}
					
					
					case 906525346:
					{
						this.onNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase) (@value) );
						return @value;
					}
					
					
					case 530877726:
					{
						this.preNotes = ((global::alphatab.rendering.glyphs.BeatGlyphBase) (@value) );
						return @value;
					}
					
					
					case 1091821942:
					{
						this.beat = ((global::alphatab.model.Beat) (@value) );
						return @value;
					}
					
					
					default:
					{
						return base.__hx_setField(field, hash, @value, handleProperties);
					}
					
				}
				
			}
		}