Type:Type

From Resonite Wiki

This is a value that stores a reference to the class of any type in List of Types. This does not store any Complex Types.

For example, Typing in System.String into the text field and hitting enter will store a reference to the class of the type String, which can be used with Type Color (ProtoFlux Node) to get the color of the class that FrooxEngine assigns to that type. Or other implementations that require Types.

Further Reading

  • The Type's own type is RuntimeType (with the full name being System.RuntimeType), more information is found in the Microsoft documentation about System.Type.
  • Types are useful for type comparison in Ref Hacking.