C# Class CryEngine.Initialization.FlowNodeRegistrationParams

Exibir arquivo Open project: PoppermostProductions/CryMono Class Usage Examples

Public Properties

Property Type Description
category string
description string
filter FlowNodeFilter
hasTargetEntity bool
name string
type FlowNodeType

Property Details

category public_oe property

public string category
return string

description public_oe property

public string description
return string

filter public_oe property

public FlowNodeFilter filter
return FlowNodeFilter

hasTargetEntity public_oe property

public bool hasTargetEntity
return bool

name public_oe property

public string name
return string

type public_oe property

public FlowNodeType type
return FlowNodeType