OpenBve.Textures.RawOrigin.GetTexture C# (CSharp) Méthode

GetTexture() private méthode

Gets the texture from this origin.
private GetTexture ( OpenBveApi &texture ) : bool
texture OpenBveApi Receives the texture.
Résultat bool
			internal override bool GetTexture(out OpenBveApi.Textures.Texture texture) {
				texture = this.Texture;
				return true;
			}
		}
Textures.RawOrigin