Class GraphParameter
Represents a parameter in the Graph.
Inherited Members
GraphParameter
Assembly: FlaxEngine.dll
File: Engine/Visject/GraphParameter.h
Syntax
public class GraphParameter : public ScriptingObject
Fields
Identifier
IsPublic
True if is exposed outside
Declaration
public bool IsPublic = true
Field Value
|
bool
|
Meta
Name
Type
Value
Methods
GetMetaData(int32 typeID)
Gets the data of the Visject Meta entry assigned to this parameter.
Declaration
public BytesContainer GetMetaData(int32 typeID) const
Parameters
|
int32
typeID
Entry type ID |
Returns
|
BytesContainer
The entry data or empty if missing or not loaded. |
GetTypeTypeName()
Gets the typename of the parameter type (excluding in-build types).
Declaration
public StringAnsiView GetTypeTypeName() const
Returns
|
StringAnsiView
The typename of the parameter type. |