C# Class Axiom.Serialization.MaterialScriptProgramDefinition

Mostrar archivo Open project: mono-soc-2011/axiom

Public Properties

Property Type Description
customParameters string>>.List
language string
name string
poseAnimationCount ushort
progType GpuProgramType
source string
supportsMorphAnimation bool
supportsSkeletalAnimation bool
syntax string

Property Details

customParameters public_oe property

public List> customParameters
return string>>.List

language public_oe property

public string language
return string

name public_oe property

public string name
return string

poseAnimationCount public_oe property

public ushort poseAnimationCount
return ushort

progType public_oe property

public GpuProgramType progType
return GpuProgramType

source public_oe property

public string source
return string

supportsMorphAnimation public_oe property

public bool supportsMorphAnimation
return bool

supportsSkeletalAnimation public_oe property

public bool supportsSkeletalAnimation
return bool

syntax public_oe property

public string syntax
return string