Chunk IsCollidingWithSnake Method Delta Engine Documentation

Namespace: Snake
Assembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public bool IsCollidingWithSnake(
	List<FilledRect> snakeBodies
)

Parameters

snakeBodies
Type: System.Collections.Generic List FilledRect 

Return Value

Type: Boolean
See Also