Interface IHeightStickArraySource
public interface IHeightStickArraySource : IHeightStickParameters
- Inherited Members
Properties
HeightStickSize
The size of the source.
Int2 HeightStickSize { get; }
Property Value
Remarks
X is width and Y is length. They should be greater than or equal to 2. For example, this size should be 65 * 65 when you want 64 * 64 size in a scene.
Methods
CopyTo<T>(UnmanagedArray<T>, int)
Copy the source data to the height stick array.
void CopyTo<T>(UnmanagedArray<T> heightStickArray, int index) where T : struct
Parameters
heightStickArray
UnmanagedArray<T>The destination to copy the data.
index
intThe start index of the destination to copy the data.
Type Parameters
T
The data type of the height
IsValid()
bool IsValid()
Returns
Match(object)
bool Match(object obj)
Parameters
obj
object