SoTextureUnitmappingMethod Property |
Specifies the mapping method used for texture mapping.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoTextureUnitMappingMethods> mappingMethod { get; }
Public ReadOnly Property mappingMethod As SoSFEnum(Of SoTextureUnitMappingMethods)
Get
public:
property SoSFEnum<SoTextureUnitMappingMethods>^ mappingMethod {
SoSFEnum<SoTextureUnitMappingMethods>^ get ();
}
member mappingMethod : SoSFEnum<SoTextureUnitMappingMethods> with get
Property Value
Type:
SoSFEnumSoTextureUnitMappingMethods
Remarks
See Also