PulseShaderHandler.OriginParamName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shader parameter name to set the pulse origin, in local space.
public:
property System::String ^ OriginParamName { System::String ^ get(); void set(System::String ^ value); };
public string OriginParamName { get; set; }
member this.OriginParamName : string with get, set
Public Property OriginParamName As String