Interface IShaderMixinBuilderExtended
Extension of IShaderMixinBuilder that provides keys and mixin informations.
public interface IShaderMixinBuilderExtended : IShaderMixinBuilder
  - Inherited Members
 
Properties
Keys
Gets an array of ParameterKey used by this mixin.
ParameterKey[] Keys { get; }
  Property Value
- ParameterKey[]
 The keys.
Mixins
Gets the shaders/mixins used by this mixin.
string[] Mixins { get; }
  Property Value
- string[]
 The mixins.