Description:

Get value as Plane, will return defaultValue unless value was created using Set(string key, Plane value)

Syntax:
public Plane GetPlane(
String key,
Plane defaultValue
)
Parameters:
  • key
  • Type: System.String
  • The key.
Returns:
Type: Plane
The value as Plane.
Available since:
6.11

Description:

Get value as Plane, will return defaultValue unless value was created using Set(string key, Plane value)

Syntax:
public Plane GetPlane(
String key
)
Parameters:
  • key
  • Type: System.String
  • The key.
Returns:
Type: Plane
The value as Plane.
Available since:
6.11

Nothing found