C# Class SteeringBehaviorAsset.BehaviorDef, SanityEngine

Show file Open project: tosos/SanityEngine Class Usage Examples

Public Properties

Property Type Description
enabled bool
name string
properties LinkedProperty[]
type string
weight float

Property Details

enabled public property

public bool enabled
return bool

name public property

public string name
return string

properties public property

public LinkedProperty[] properties
return LinkedProperty[]

type public property

public string type
return string

weight public property

public float weight
return float