ImageRenderOptions

ImageRenderOptions class

Scene.render(com.aspose.threed.Camera, java.lang.String, com.aspose.threed.Vector2, java.lang.String, com.aspose.threed.ImageRenderOptions) および Scene.render(com.aspose.threed.Camera, com.aspose.threed.TextureData, com.aspose.threed.ImageRenderOptions) のオプション

メソッド

constructor

名前説明
constructor()ImageRenderOptions のインスタンスを初期化します

Result:


getBackgroundColor

名前説明
getBackgroundColor()レンダリング結果の背景色です。

Result:


setBackgroundColor

名前説明
setBackgroundColor(value)レンダリング結果の背景色です。

Result:


getAssetDirectories

名前説明
getAssetDirectories()外部アセット(テクスチャなど)を格納するディレクトリ

Result:


getEnableShadows

名前説明
getEnableShadows()シャドウをレンダリングするかどうかを取得または設定します。

Result:


setEnableShadows

名前説明
setEnableShadows(value)シャドウをレンダリングするかどうかを取得または設定します。

Result:


getName

名前説明
getName()名前を取得または設定します。名前。

Result:


setName

名前説明
setName(value)名前を取得または設定します。名前。

Result:


getProperties

名前説明
getProperties()すべてのプロパティのコレクションを取得します。

Result:


removeProperty

名前説明
removeProperty(property)動的プロパティを削除します。

Parameters:

名前説明
propertyProperty削除するプロパティはどれですか

Result: boolean


removeProperty

名前説明
removeProperty(property)名前で識別された指定されたプロパティを削除します。

Parameters:

名前説明
propert文字列null

Result: boolean


getProperty

名前説明
getProperty(property)指定されたプロパティの値を取得します

Parameters:

名前説明
property文字列プロパティ名

Result: オブジェクト


setProperty

名前説明
setProperty(property, value)指定されたプロパティの値を設定します

Parameters:

名前説明
property文字列プロパティ名
オブジェクトプロパティの値

Result: オブジェクト


findProperty

名前説明
findProperty(propertyName)プロパティを検索します。動的プロパティ(CreateDynamicProperty/SetProperty によって作成)またはネイティブプロパティ(名前で識別)になる可能性があります

Parameters:

名前説明
propertyName文字列プロパティ名。

Result: Property