Reply To: FlowCanvas: Variables

NodeCanvas Forums Support FlowCanvas: Variables Reply To: FlowCanvas: Variables

#9477
bbdata
Participant

Woa, sorry for this^ error listing, should be shortenend.. 😉

my code:

public virtual Vector3 actualVelocity
{
get { return actualVelocity; }
set { actualVelocity = value; }
}