toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.shader
/
Program
/
FuncRefN
Func
Ref
N
interface
FuncRefN
:
Program.FuncRef
Inheritors
FuncDecl
Members
Members & Extensions
Properties
args
Link copied to clipboard
abstract
val
args
:
List
<
Pair
<
String
,
VarType
>
>
name
Link copied to clipboard
abstract
val
name
:
String
rettype
Link copied to clipboard
abstract
val
rettype
:
VarType
Functions
invoke
Link copied to clipboard
operator
fun
Program.FuncRefN
.
invoke
(
vararg
operands
:
Operand
)
:
Program.CustomFunc