Capítulo 792 de 859

Chapter 792: WGSLNodeFunction

Core Idea

This class represents a WSL node function.

Reference Tables

Constructor

Signature
new WGSLNodeFunction( source : string )

Methods

MethodDescription
.getCode( name : string ) : stringThis method returns the WGSL code of the node function.

Key Takeaways

  1. WGSLNodeFunction extends: NodeFunction
  2. Key methods: getCode.

Connects To