Property — Aspose.3D FOSS for .NET

Overview

A Property เก็บค่าที่มีชื่อและประเภทเดียวบนใด ๆ A3DObject. คุณสมบัติต่าง ๆ ถูกจัดการผ่าน PropertyCollection บนวัตถุฉากแต่ละอัน.

Overview

NameTypeAccessDescription
Valueobject?Read/WriteGets or sets the value.
NamestringReadGets the name.
ValueTypeTypeReadGets the value type.
SignatureDescription
GetExtra(name: string)The extra data, or null if not found.
SetExtra(name: string, value: object?)The extra data value.
GetBindPoint(anim: AnimationNode, create: bool)The bind point.
GetKeyframeSequence(anim: AnimationNode, create: bool)The keyframe sequence.
ToString()A string that represents the current property.

ดูเพิ่มเติม

 ภาษาไทย