SoRenderToTexturePropertytrigger Property |
Trigger field to render the scene into the Pbuffer.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFTrigger trigger { get; }
Public ReadOnly Property trigger As SoSFTrigger
Get
public:
property SoSFTrigger^ trigger {
SoSFTrigger^ get ();
}
member trigger : SoSFTrigger with get
Property Value
Type:
SoSFTriggerRemarks Effective only if updatePolicy is ON_TRIGGER.
See Also