Table of Contents

Identifier Naming Conventions

VL uses Pascal Case as casing convention. Examples:

Data types:

Particle
ParticleSystem
AlignedBox

Operations:

Update
GetPosition
SplitCurve

In general the following characters are allowed, not starting with a number or space:

a-z A-Z 0-9 + - * / = ~ < >

Pads and pins should contain spaces to make them visually more pleasing and distinct from operations:

Velocity
Map Mode
Word List

Categories can include periods:

Math
Collections.Spread
Animation.FrameBased