Click or drag to resize
TextToTextureRendererRenderTextToTexture Method

[Missing <summary> documentation for "M:Planetbase.TextToTextureRenderer.RenderTextToTexture(System.String,System.String,UnityEngine.GameObject)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Texture2D RenderTextToTexture(
	string text,
	string subtext,
	GameObject scenePrefab
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Planetbase.TextToTextureRenderer.RenderTextToTexture(System.String,System.String,UnityEngine.GameObject)"]

subtext
Type: SystemString

[Missing <param name="subtext"/> documentation for "M:Planetbase.TextToTextureRenderer.RenderTextToTexture(System.String,System.String,UnityEngine.GameObject)"]

scenePrefab
Type: GameObject

[Missing <param name="scenePrefab"/> documentation for "M:Planetbase.TextToTextureRenderer.RenderTextToTexture(System.String,System.String,UnityEngine.GameObject)"]

Return Value

Type: Texture2D

[Missing <returns> documentation for "M:Planetbase.TextToTextureRenderer.RenderTextToTexture(System.String,System.String,UnityEngine.GameObject)"]

See Also