Class BoundsDivider
Inheritance
System.Object
BoundsDivider
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: UniColliderInterpolator
Assembly: cs.temp.dll.dll
Syntax
public static class BoundsDivider
Methods
Divide(Bounds, Single, out Vector3[], out Int32, out Int32, out Int32)
Declaration
public static void Divide(Bounds bounds, float edgeLength, out Vector3[] positions, out int xDivisionCount, out int yDivisionCount, out int zDivisionCount)
Parameters
Type | Name | Description |
---|---|---|
Bounds | bounds | |
System.Single | edgeLength | |
Vector3[] | positions | |
System.Int32 | xDivisionCount | |
System.Int32 | yDivisionCount | |
System.Int32 | zDivisionCount |