12 lines
355 B
C#
12 lines
355 B
C#
namespace Examples.Lib.io.audio{
|
|
[Guid("b5720b2d-262e-4fd5-ae90-06114b092338")]
|
|
internal sealed class AudioPlaybackExample :Instance<AudioPlaybackExample> {
|
|
|
|
[Output(Guid = "1cbd8587-3974-4984-8dfb-d6d39310c604")]
|
|
public readonly Slot<T3.Core.DataTypes.Texture2D> Texture2D = new Slot<T3.Core.DataTypes.Texture2D>();
|
|
|
|
|
|
}
|
|
}
|
|
|