Class Platform
Inheritance
System.Object
Platform
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
public class Platform
Methods
Add(ISegment)
Declaration
public static void Add(ISegment platform)
Parameters
Type | Name | Description |
---|---|---|
ISegment | platform |
Add(Platform.ISupport)
Declaration
public static void Add(Platform.ISupport support)
Parameters
Type | Name | Description |
---|---|---|
Platform.ISupport | support |
Clear()
Declaration
public static void Clear()
Collide(Vector3)
Declaration
public static float Collide(Vector3 point)
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector3 | point |
Returns
Type | Description |
---|---|
System.Single |
RemoveLeg(Platform.ISupport)
Declaration
public static void RemoveLeg(Platform.ISupport support)
Parameters
Type | Name | Description |
---|---|---|
Platform.ISupport | support |
RemovePlatform(ISegment)
Declaration
public static void RemovePlatform(ISegment platform)
Parameters
Type | Name | Description |
---|---|---|
ISegment | platform |