SoTextureUnitmappingMethod Property |
Note: This API is now obsolete.
Specifies the mapping method used for texture mapping.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFEnum<SoTextureUnitMappingMethods> mappingMethod { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property mappingMethod As SoSFEnum(Of SoTextureUnitMappingMethods)
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFEnum<SoTextureUnitMappingMethods>^ mappingMethod {
SoSFEnum<SoTextureUnitMappingMethods>^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member mappingMethod : SoSFEnum<SoTextureUnitMappingMethods> with get
Property Value
Type:
SoSFEnumSoTextureUnitMappingMethods
RemarksUse enum MappingMethod. Default is IMAGE_MAPPING.Obsoletesince Open Inventor 10000
No more used.
See Also