C# Класс Reign.Video.Abstraction.ObjectArmature

Наследование: Object
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Armature Armature

Открытые методы

Метод Описание
ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void

Описание методов

ObjectArmature() публичный Метод

public ObjectArmature ( BinaryReader reader, Model model ) : System.Collections.Generic
reader System.IO.BinaryReader
model Model
Результат System.Collections.Generic

Write() публичный статический Метод

public static Write ( BinaryWriter writer, SoftwareObjectArmature softwareObjectArmature ) : void
writer System.IO.BinaryWriter
softwareObjectArmature SoftwareObjectArmature
Результат void

Описание свойств

Armature публичное свойство

public Armature,Reign.Video.Abstraction Armature
Результат Armature