Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UpdateHandle()

unsafe void Microsoft.Xna.Framework.Graphics.EffectParameter.UpdateHandle ( ID3DXBaseEffect * parent,
sbyte * handle )
inlinepackage

Definition at line 84 of file EffectParameter.cs.

85 {
86 pEffect = parent;
89 pParamCollection.UpdateParent(parent, handle, arrayElements: false);
90 pElementCollection.UpdateParent(parent, handle, arrayElements: true);
92 }
unsafe void UpdateParent(ID3DXBaseEffect *parent, sbyte *handle)
unsafe void UpdateParent(ID3DXBaseEffect *parent, sbyte *parameter, [MarshalAs(UnmanagedType.U1)] bool arrayElements)

References Microsoft.Xna.Framework.Graphics.EffectParameter._handle, System.handle, Microsoft.Xna.Framework.Graphics.EffectParameter.pAnnotations, Microsoft.Xna.Framework.Graphics.EffectParameter.pEffect, Microsoft.Xna.Framework.Graphics.EffectParameter.pElementCollection, Microsoft.Xna.Framework.Graphics.EffectParameter.pParamCollection, Microsoft.Xna.Framework.Graphics.EffectParameter.SetLastValue(), Microsoft.Xna.Framework.Graphics.EffectAnnotationCollection.UpdateParent(), and Microsoft.Xna.Framework.Graphics.EffectParameterCollection.UpdateParent().