public static ArtGfxInstructionInfo RegisterGfxInfo(GfxProcessorModule module, int instructionId, bool isAnimatable, ArtGfxInstructionInfo[] table) { table[instructionId] = new ArtGfxInstructionInfo(module, instructionId, isAnimatable); return(table[instructionId]); }
public ColorTimelineSeries(ArtGfxInstructionInfo prop) : base(prop) { }
public TimelineSeriesBase(ArtGfxInstructionInfo gfxInfo) { this.targetGfxInfo = gfxInfo; this.moduleId = gfxInfo.moduleId; }
public DoubleValueTimelineSeries(ArtGfxInstructionInfo prop) : base(prop) { }