Class MyPlanetSurfaceRule
Inheritance
System.Object
MyPlanetSurfaceRule
Assembly: VRage.Game.dll
Syntax
public class MyPlanetSurfaceRule : Object, ICloneable
Constructors
MyPlanetSurfaceRule()
Declaration
public MyPlanetSurfaceRule()
Fields
Height
Declaration
public SerializableRange Height
Field Value
Latitude
Declaration
public SymmetricSerializableRange Latitude
Field Value
Longitude
Declaration
public SerializableRange Longitude
Field Value
Slope
Declaration
public SerializableRange Slope
Field Value
Methods
Check(Single, Single, Single, Single)
Declaration
public bool Check(float height, float latitude, float longitude, float slope)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
System.Single |
latitude |
|
System.Single |
longitude |
|
System.Single |
slope |
|
Returns
Type |
Description |
System.Boolean |
|
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|