Printing3DTexture2CoordMaterial.Texture プロパティ

定義

2D テクスチャ マテリアルで使用されるテクスチャを取得または設定します。

public:
 property Printing3DModelTexture ^ Texture { Printing3DModelTexture ^ get(); void set(Printing3DModelTexture ^ value); };
Printing3DModelTexture Texture();

void Texture(Printing3DModelTexture value);
public Printing3DModelTexture Texture { get; set; }
var printing3DModelTexture = printing3DTexture2CoordMaterial.texture;
printing3DTexture2CoordMaterial.texture = printing3DModelTexture;
Public Property Texture As Printing3DModelTexture

プロパティ値

2D テクスチャ マテリアルで使用されるテクスチャ。

適用対象