Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SkinnedEffectBinding"/> class.
 /// </summary>
 /// <param name="graphicsService">The graphics service.</param>
 /// <param name="opaqueData">The opaque data. Can be <see langword="null"/>.</param>
 public SkinnedEffectBinding(IGraphicsService graphicsService, IDictionary <string, object> opaqueData)
     : base(graphicsService, graphicsService.GetSkinnedEffect(), opaqueData)
 {
 }